IAntChannelSendBurstTransfer 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: 5.0.0+c1e7610f9fcb5b8a327697cc707496363c1e2866
MessagingReturnCode SendBurstTransfer(
	byte[] data,
	uint completeWaitTime
)
Function SendBurstTransfer ( 
	data As Byte(),
	completeWaitTime As UInteger
) As MessagingReturnCode
MessagingReturnCode SendBurstTransfer(
	array<unsigned char>^ data, 
	unsigned int completeWaitTime
)
abstract 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