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

# IOUSBStringDescriptor

The structure for storing a string descriptor.

```
struct IOUSBStringDescriptor;
```

## Overview

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

## Topics

### Accessing the Descriptor Properties

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

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

[`uint8_t bString[1];`](/documentation/USBDriverKit/IOUSBStringDescriptor/bString)



---

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)