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.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
true if successful
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
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