LibUsbDotNet 2.2.8
Transfer Method (handle)
Library ReferenceLibUsbDotNet.MainUsbTransferQueueTransfer(UsbTransferQueue..::..Handle%)
LibUsbDotNet on SourceForge
Submits transfers until MaxOutstandingIO is reached then waits for the oldest transfer to complete.
Declaration Syntax
C#Visual BasicVisual C++
public ErrorCode Transfer(
	out UsbTransferQueue..::..Handle handle
)
Public Function Transfer ( _
	<OutAttribute> ByRef handle As UsbTransferQueue..::..Handle _
) As ErrorCode
public:
ErrorCode Transfer(
	[OutAttribute] UsbTransferQueue..::..Handle^% handle
)
Parameters
handle (UsbTransferQueue..::..Handle%)
The queue handle to the UsbTransfer that completed.
Return Value
Success if data was transferred, or another ErrorCode on error.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)