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

# IOUSBDescriptorHeader

The base descriptor header.

```
struct IOUSBDescriptorHeader;
```

## Overview

For more information about descriptors, see section 9.5 of the USB 2.0 specification at <https://www.usb.org/>.

## Topics

### Getting the Descriptor Properties

[`uint8_t bLength;`](/documentation/USBDriverKit/IOUSBDescriptorHeader/bLength)

The number of bytes in the descriptor.

[`uint8_t bDescriptorType;`](/documentation/USBDriverKit/IOUSBDescriptorHeader/bDescriptorType)

The type of the descriptor.



---

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)