libusb_request_type class abstract

\ingroup libusb_misc Request type bits of the \ref libusb_control_setup::bmRequestType "bmRequestType" field in control transfers.

Constructors

libusb_request_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_REQUEST_TYPE_CLASS → const int
Class
LIBUSB_REQUEST_TYPE_RESERVED → const int
Reserved
LIBUSB_REQUEST_TYPE_STANDARD → const int
Standard
LIBUSB_REQUEST_TYPE_VENDOR → const int
Vendor