<!--
{
  "availability" : [
    "DriverKit: 19.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USBDriverKit",
  "identifier" : "/documentation/USBDriverKit/tIOUSBDeviceRequestTypeValue",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "USBDriverKit"
    ],
    "preciseIdentifier" : "c:@E@tIOUSBDeviceRequestTypeValue"
  },
  "title" : "tIOUSBDeviceRequestTypeValue"
}
-->

# tIOUSBDeviceRequestTypeValue

Constants indicating the type of request to make from a device.

```
enum tIOUSBDeviceRequestTypeValue : unsigned int;
```

## Topics

### Getting the Request Type

[`kIOUSBDeviceRequestTypeValueStandard`](/documentation/USBDriverKit/tIOUSBDeviceRequestTypeValue/kIOUSBDeviceRequestTypeValueStandard)

A standard device request.

[`kIOUSBDeviceRequestTypeValueClass`](/documentation/USBDriverKit/tIOUSBDeviceRequestTypeValue/kIOUSBDeviceRequestTypeValueClass)

A class-specific device request.

[`kIOUSBDeviceRequestTypeValueVendor`](/documentation/USBDriverKit/tIOUSBDeviceRequestTypeValue/kIOUSBDeviceRequestTypeValueVendor)

A vendor-specific device request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)