Ant RadioWrite Raw Message To Device Method
Writes the raw message to device.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+aa3585b1fd28890f80989694dfc5151cea97b05e
true if successful
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+aa3585b1fd28890f80989694dfc5151cea97b05e
C#
public bool WriteRawMessageToDevice(
byte msgID,
byte[] msgData
)VB
Public Function WriteRawMessageToDevice (
msgID As Byte,
msgData As Byte()
) As BooleanC++
public:
virtual bool WriteRawMessageToDevice(
unsigned char msgID,
array<unsigned char>^ msgData
) sealedF#
abstract WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool
override WriteRawMessageToDevice :
msgID : byte *
msgData : byte[] -> bool Parameters
Return Value
Booleantrue if successful