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