IAntChannelSendBurstTransferAsync Method
Sends the given data as a burst transmission. Returns: 0=fail, 1=pass, 2=timeout, 3=cancelled
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 4.1.0+506fd73c3b72ad19a414fa5c6d86694cac54d86e
Task<MessagingReturnCode> SendBurstTransferAsync(
byte[] data,
uint completeWaitTime
)
Function SendBurstTransferAsync (
data As Byte(),
completeWaitTime As UInteger
) As Task(Of MessagingReturnCode)
Task<MessagingReturnCode>^ SendBurstTransferAsync(
array<unsigned char>^ data,
unsigned int completeWaitTime
)
abstract SendBurstTransferAsync :
data : byte[] *
completeWaitTime : uint32 -> Task<MessagingReturnCode>
- data Byte
- data to send, can be any length
- completeWaitTime UInt32
- Time in ms to wait for completion of transfer
TaskMessagingReturnCode0=fail, 1=pass, 2=timeout, 3=cancelled