IAntChannelSendExtBurstTransfer Method

Sends the given data as an extended burst transmission. Returns: 0=fail, 1=pass, 2=timeout, 3=cancelled

Definition

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

Parameters

channelId  ChannelId
Channel ID assigned to a device
data  Byte
data to send, can be any length
completeWaitTime  UInt32
Time in ms to wait for completion of transfer

Return Value

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

See Also