IAntChannelSendExtAcknowledgedData Method

Sends the given data as an extended acknowledged transmission. Throws exception if data > 8-bytes in length

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+03c0e5e5a599f652ca49f39d4560b5774210b560
C#
MessagingReturnCode SendExtAcknowledgedData(
	ChannelId channelId,
	byte[] data,
	uint ackWaitTime
)

Parameters

channelId  ChannelId
Channel ID assigned to a device
data  Byte
Data to send (length 8 or less)
ackWaitTime  UInt32
Time in ms to wait for acknowledgement

Return Value

MessagingReturnCode
0=fail, 1=pass, 2=timeout, 3=cancelled

See Also