---
title: Device Request Recipient
framework: IOKit
role: containerSymbol
role_heading: Enumeration
platforms: [Mac Catalyst 18.4+, macOS 10.0+]
path: iokit/1424890-device_request_recipient
---

# Device Request Recipient

## Declaration

```occ
enum : unsigned int {
    ...
};
```

## Topics

### Constants

- [kUSBDevice](1424890-device_request_recipient/kusbdevice.md)
- [kUSBEndpoint](1424890-device_request_recipient/kusbendpoint.md)
- [kUSBInterface](1424890-device_request_recipient/kusbinterface.md)
- [kUSBOther](1424890-device_request_recipient/kusbother.md)
