AntRadioWriteRawMessageToDevice Method
Writes the raw message to device.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.3+2f05d80a11043c39fb9b7b1c83bc03a90272fcc4
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)