IAntChannelSendBurstTransfer Method

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

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
C#
MessagingReturnCode SendBurstTransfer(
	byte[] data,
	uint completeWaitTime
)

Parameters

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