AntRadioWriteRawMessageToDevice Method
Writes the raw message to device.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.0.2+92d79d127283ce9ab80906ab6fb15f5ffa8ae8ac
public bool WriteRawMessageToDevice(
byte msgID,
byte[] msgData
)
Public Function WriteRawMessageToDevice (
msgID As Byte,
msgData As Byte()
) As Boolean
public:
virtual bool WriteRawMessageToDevice(
unsigned char msgID,
array<unsigned char>^ msgData
) sealed
abstract WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool
override WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool
- msgID Byte
- The MSG identifier.
- msgData Byte
- The MSG data.
Boolean
true if successful
IAntRadioWriteRawMessageToDevice(Byte, Byte)