Recipient (Enum)

class usbx.Recipient(value)

USB control request recipient.

DEVICE = 0

Control request to device.

ENDPOINT = 2

Control request to endpoint.

INTERFACE = 1

Control request to interface.

OTHER = 3

Other recipient for control request.