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.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
0=fail, 1=pass, 2=timeout, 3=cancelled
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
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