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