libusb_request_type

Request type bits of the libusb_control_setup::bmRequestType "bmRequestType" field in control transfers.

Values

ValueMeaning
LIBUSB_REQUEST_TYPE_STANDARD(0x00 << 5)

Standard

LIBUSB_REQUEST_TYPE_CLASS(0x01 << 5)

Class

LIBUSB_REQUEST_TYPE_VENDOR(0x02 << 5)

Vendor

LIBUSB_REQUEST_TYPE_RESERVED(0x03 << 5)

Reserved

Meta