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.4+09c2d7a7f0bf2c05495d6305ac56abb150641a86
true if successful
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.4+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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