Submits this transfer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Return Value
Success if the submit succeeds,
otherwise one of the other MonoUsbError codes.
Remarks
This functions submits the USB transfer and return immediately.
Note:Submit()()()() is roughly equivalent to
libusb_submit_transfer().