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.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
true if successful
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
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