AntRadioWriteRawMessageToDevice Method

Writes the raw message to device.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.1+3bc433b476ad11fc6896cfd0bd783d60504dc315
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