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