bRequest property

  1. @Uint8()
int bRequest
getter/setter pair

Request. If the type bits of bmRequestType are equal to \ref libusb_request_type::LIBUSB_REQUEST_TYPE_STANDARD "LIBUSB_REQUEST_TYPE_STANDARD" then this field refers to \ref libusb_standard_request. For other cases, use of this field is application-specific.

Implementation

@ffi.Uint8()
external int bRequest;