LibUsbDotNet 2.2.8
Cancel Method
Library Reference ► MonoLibUsb.Transfer ► MonoUsbTransfer ► Cancel()()()()
|
Cancels this transfer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Return Value
Success if the cancel succeeds, otherwise one of the other MonoUsbError codes.
Remarks
Note:Cancel()()()() is roughly equivalent to
libusb_cancel_transfer().