AntChannelSendBurstTransferAsync Method

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

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.0.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
C#
public Task<MessagingReturnCode> SendBurstTransferAsync(
	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

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

Implements

IAntChannelSendBurstTransferAsync(Byte, UInt32)

See Also