libusb_transfer_type class abstract

\ingroup libusb_desc Endpoint transfer type. Values for bits 0:1 of the \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field.

Constructors

libusb_transfer_type()

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_TYPE_BULK → const int
Bulk endpoint
LIBUSB_TRANSFER_TYPE_BULK_STREAM → const int
Stream endpoint
LIBUSB_TRANSFER_TYPE_CONTROL → const int
Control endpoint
LIBUSB_TRANSFER_TYPE_INTERRUPT → const int
Interrupt endpoint
LIBUSB_TRANSFER_TYPE_ISOCHRONOUS → const int
Isochronous endpoint