#include <sbUSBDeviceUtils.h>
Public Attributes | |
PRUint8 | bLength |
PRUint8 | bDescriptorType |
PRUnichar | bString [1] |
This structure contains the fields for a USB string descriptor.
bLength Size of this descriptor in bytes. bDescriptorType STRING Descriptor Type. bString UNICODE encoded string.
Definition at line 214 of file sbUSBDeviceUtils.h.
PRUint8 sbUSBStringDescriptor::bDescriptorType |
Definition at line 217 of file sbUSBDeviceUtils.h.
PRUint8 sbUSBStringDescriptor::bLength |
Definition at line 216 of file sbUSBDeviceUtils.h.
PRUnichar sbUSBStringDescriptor::bString[1] |
Definition at line 218 of file sbUSBDeviceUtils.h.