libusb_standard_request class abstract
\ingroup libusb_misc Standard requests, as defined in table 9-5 of the USB 3.0 specifications
Constructors
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_CLEAR_FEATURE → const int
- Clear or disable a specific feature
- LIBUSB_REQUEST_GET_CONFIGURATION → const int
- Get the current device configuration value
- LIBUSB_REQUEST_GET_DESCRIPTOR → const int
- Get the specified descriptor
- LIBUSB_REQUEST_GET_INTERFACE → const int
- Return the selected alternate setting for the specified interface
- LIBUSB_REQUEST_GET_STATUS → const int
- Request status of the specific recipient
- LIBUSB_REQUEST_SET_ADDRESS → const int
- Set device address for all future accesses
- LIBUSB_REQUEST_SET_CONFIGURATION → const int
- Set device configuration
- LIBUSB_REQUEST_SET_DESCRIPTOR → const int
- Used to update existing descriptors or add new descriptors
- LIBUSB_REQUEST_SET_FEATURE → const int
- Set or enable a specific feature
- LIBUSB_REQUEST_SET_INTERFACE → const int
- Select an alternate interface for the specified interface
- LIBUSB_REQUEST_SET_SEL → const int
- Sets both the U1 and U2 Exit Latency
- LIBUSB_REQUEST_SYNCH_FRAME → const int
- Set then report an endpoint's synchronization frame
- LIBUSB_SET_ISOCH_DELAY → const int
- Delay from the time a host transmits a packet to the time it is received by the device.