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

# IOUSBBOSDescriptor

The structure for storing a binary object store (BOS) descriptor.

```
struct IOUSBBOSDescriptor;
```

## Overview

For more information about this descriptor type, see section 9.6.2 of the USB 3.2 specification at <http://www.usb.org>.

## Topics

### Accessing the Descriptor Properties

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

The size of the descriptor in bytes.

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

The type of the descriptor.

[`uint16_t wTotalLength;`](/documentation/USBDriverKit/IOUSBBOSDescriptor/wTotalLength)

The length, in bytes, of the descriptor and all of its subdescriptors.

[`uint8_t bNumDeviceCaps;`](/documentation/USBDriverKit/IOUSBBOSDescriptor/bNumDeviceCaps)

The number of separate device capability descriptors in the binary object store.



---

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)