IAnt RadioWrite Raw Message To Device Method
Writes the raw message to device.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
true if successful
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
bool WriteRawMessageToDevice(
byte msgID,
byte[] msgData
)VB
Function WriteRawMessageToDevice (
msgID As Byte,
msgData As Byte()
) As BooleanC++
bool WriteRawMessageToDevice(
unsigned char msgID,
array<unsigned char>^ msgData
)F#
abstract WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool Parameters
Return Value
Booleantrue if successful