Exemple #1
0
 public static extern uint ChannelLoopTx(uint devID, uint chanID, AbleStatusA429 opt);
Exemple #2
0
        //9. ChanLoopTx
        public uint ChannelLoopTx(AbleStatusA429 opt)
        {
            uint ret = NativeMethods429.ChannelLoopTx(DeviceID, ChannelID, opt);

            return(ret);
        }