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.

