AntRadioWriteRawMessageToDevice Method
Writes the raw message to device.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.0.0+9e3384d9921b88093c8bf0c3c466411744356ea1
public bool WriteRawMessageToDevice(
byte msgID,
byte[] msgData
)
Public Function WriteRawMessageToDevice (
msgID As Byte,
msgData As Byte()
) As Boolean
public:
virtual bool WriteRawMessageToDevice(
unsigned char msgID,
array<unsigned char>^ msgData
) sealed
abstract WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool
override WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool
- msgID Byte
- The MSG identifier.
- msgData Byte
- The MSG data.
Boolean
true if successful
IAntRadioWriteRawMessageToDevice(Byte, Byte)