bmRequestType property
Request type. Bits 0:4 determine recipient, see \ref libusb_request_recipient. Bits 5:6 determine type, see \ref libusb_request_type. Bit 7 determines data transfer direction, see \ref libusb_endpoint_direction.
Implementation
@ffi.Uint8()
external int bmRequestType;