IAntRadioWriteRawMessageToDevice Method
Writes the raw message to device.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
bool WriteRawMessageToDevice(
byte msgID,
byte[] msgData
)
Function WriteRawMessageToDevice (
msgID As Byte,
msgData As Byte()
) As Boolean
bool WriteRawMessageToDevice(
unsigned char msgID,
array<unsigned char>^ msgData
)
abstract WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool
- msgID Byte
- The MSG identifier.
- msgData Byte
- The MSG data.
Boolean
true if successful