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