enum libusb_request_recipient
Overview
Recipient bits of the bmRequestType field in control transfers. Moreā¦
#include <libusb.h> enum libusb_request_recipient { LIBUSB_RECIPIENT_DEVICE = 0x00, LIBUSB_RECIPIENT_INTERFACE = 0x01, LIBUSB_RECIPIENT_ENDPOINT = 0x02, LIBUSB_RECIPIENT_OTHER = 0x03, };
Detailed Documentation
Recipient bits of the bmRequestType field in control transfers.
Values 4 through 31 are reserved.
Enum Values
LIBUSB_RECIPIENT_DEVICE
Device.
LIBUSB_RECIPIENT_INTERFACE
Interface.
LIBUSB_RECIPIENT_ENDPOINT
Endpoint.
LIBUSB_RECIPIENT_OTHER
Other.