Ejemplo n.º 1
0
 public static extern uint ChannelSlopeCfgTx(uint devID, uint chanID, SlopeA429 slope);
Ejemplo n.º 2
0
        //11. ChanSlopeCfgTx
        public uint ChannelSlopeCfgTx(SlopeA429 slope)
        {
            uint ret = NativeMethods429.ChannelSlopeCfgTx(DeviceID, ChannelID, slope);

            return(ret);
        }