libusb_transfer_status class abstract

\ingroup libusb_asyncio Transfer status codes

Constructors

libusb_transfer_status()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

LIBUSB_TRANSFER_CANCELLED → const int
Transfer was cancelled
LIBUSB_TRANSFER_COMPLETED → const int
Transfer completed without error. Note that this does not indicate that the entire amount of requested data was transferred.
LIBUSB_TRANSFER_ERROR → const int
Transfer failed
LIBUSB_TRANSFER_NO_DEVICE → const int
Device was disconnected
LIBUSB_TRANSFER_OVERFLOW → const int
Device sent more data than requested
LIBUSB_TRANSFER_STALL → const int
For bulk/interrupt endpoints: halt condition detected (endpoint stalled). For control endpoints: control request not supported.
LIBUSB_TRANSFER_TIMED_OUT → const int
Transfer timed out