LibUsbDotNet 2.2.8
NewAsyncTransfer Method
Library Reference ► LibUsbDotNet.Main ► UsbEndpointBase ► NewAsyncTransfer()()()()
|
![]() |
Creates a UsbTransfer context for asynchronous transfers.

C# | Visual Basic | Visual C++ |
public UsbTransfer NewAsyncTransfer()
Public Function NewAsyncTransfer As UsbTransfer
public: UsbTransfer^ NewAsyncTransfer()

A new UsbTransfer context.

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

