AntChannelSendBurstTransfer Method
Sends the given data as a burst transmission. Returns: 0=fail, 1=pass, 2=timeout, 3=cancelled
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
public MessagingReturnCode SendBurstTransfer(
byte[] data,
uint completeWaitTime
)
Public Function SendBurstTransfer (
data As Byte(),
completeWaitTime As UInteger
) As MessagingReturnCode
public:
virtual MessagingReturnCode SendBurstTransfer(
array<unsigned char>^ data,
unsigned int completeWaitTime
) sealed
abstract SendBurstTransfer :
data : byte[] *
completeWaitTime : uint32 -> MessagingReturnCode
override SendBurstTransfer :
data : byte[] *
completeWaitTime : uint32 -> MessagingReturnCode
- data Byte
- data to send, can be any length
- completeWaitTime UInt32
- Time in ms to wait for completion of transfer
MessagingReturnCode0=fail, 1=pass, 2=timeout, 3=cancelled
IAntChannelSendBurstTransfer(Byte, UInt32)