libusbK 
3.0
Library Documentation
© 2011-2021 Travis Lee Robinson. All rights reserved.
USB_STRING_DESCRIPTOR Struct Reference

A structure representing the standard USB string descriptor. More...

#include <libusbk.h>

Data Fields

UCHAR bLength
 Size of this descriptor (in bytes)
 
UCHAR bDescriptorType
 Descriptor type.
 
WCHAR bString [1]
 Content of the string.
 

Detailed Description

A structure representing the standard USB string descriptor.

This descriptor is documented in section 9.6.5 of the USB 2.0 specification. All multiple-byte fields are represented in host-endian format.


The documentation for this struct was generated from the following file: