AntRadioWriteRawMessageToDevice Method

Writes the raw message to device.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.0+54994fa34e781af8d41d8f78e72210c9fe046b39
C#
public bool WriteRawMessageToDevice(
	byte msgID,
	byte[] msgData
)

Parameters

msgID  Byte
The MSG identifier.
msgData  Byte
The MSG data.

Return Value

Boolean
true if successful

Implements

IAntRadioWriteRawMessageToDevice(Byte, Byte)

See Also