Esempio n. 1
0
 public static extern uint ChannelSendTx(uint devID, uint chanID, SendOptA429 opt,uint data);
Esempio n. 2
0
        //10. ChanSendTx
        public uint ChannelSendTx(uint data, SendOptA429 opt)
        {
            uint ret = NativeMethods429.ChannelSendTx(DeviceID, ChannelID, opt, data);

            return(ret);
        }