Enum RequestRecipient
Defines constants that indicate the recipient of a USB control transfer. The recipient is defined in the setup packet of the control request.
Namespace: Usb.Net
Assembly: Usb.Net.dll
Syntax
public enum RequestRecipient
  Remarks
See Table 9.2 of section 9.3 of the Universal Serial Bus (USB) specification (www.usb.org)
Fields
| Name | Description | 
|---|---|
| Device | The recipient of the control transfer is the device.  | 
      
| Endpoint | The recipient of the control transfer is an endpoint.  | 
      
| Interface | The recipient of the control transfer is the USB interface that is specified in the request.  | 
      
| Other | The recipient of the control transfer is other.  |