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.2+bee07ae1f518f90000e3a8eef95ac61052778db9
true if successful
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.2+bee07ae1f518f90000e3a8eef95ac61052778db9
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