IAnt ChannelSend Acknowledged Data Method
Sends the given data as an acknowledged transmission.
Throws exception if data > 8-bytes in length
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
0=fail, 1=pass, 2=timeout, 3=cancelled
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
MessagingReturnCode SendAcknowledgedData(
byte[] data,
uint ackWaitTime
)VB
Function SendAcknowledgedData (
data As Byte(),
ackWaitTime As UInteger
) As MessagingReturnCodeC++
MessagingReturnCode SendAcknowledgedData(
array<unsigned char>^ data,
unsigned int ackWaitTime
)F#
abstract SendAcknowledgedData :
data : byte[] *
ackWaitTime : uint32 -> MessagingReturnCode Parameters
Return Value
MessagingReturnCode0=fail, 1=pass, 2=timeout, 3=cancelled