LibUsbDotNet 2.2.8
NewAsyncTransfer Method
Library ReferenceLibUsbDotNet.MainUsbEndpointBaseNewAsyncTransfer()()()()
LibUsbDotNet on SourceForge
Creates a UsbTransfer context for asynchronous transfers.
Declaration Syntax
C#Visual BasicVisual C++
public UsbTransfer NewAsyncTransfer()
Public Function NewAsyncTransfer As UsbTransfer
public:
UsbTransfer^ NewAsyncTransfer()
Return Value
A new UsbTransfer context.
Remarks

This method returns a new, empty transfer context. Unlike SubmitAsyncTransfer, this context is not filled and submitted.

Note:This is a non-blocking asynchronous transfer function. This function returns immediately after the context created.
See Also

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