public interface UsbConfigurationDescriptor extends UsbDescriptor
See the USB 1.1 specification section 9.6.2.
| Modifier and Type | Method and Description |
|---|---|
byte |
bConfigurationValue()
Get this descriptor's bConfigurationValue.
|
byte |
bmAttributes()
Get this descriptor's bmAttributes.
|
byte |
bMaxPower()
Get this descriptor's bMaxPower.
|
byte |
bNumInterfaces()
Get this descriptor's bNumInterfaces.
|
byte |
iConfiguration()
Get this descriptor's iConfiguration.
|
short |
wTotalLength()
Get this descriptor's wTotalLength.
|
bDescriptorType, bLengthshort wTotalLength()
This is unsigned.byte bNumInterfaces()
This is unsigned.byte bConfigurationValue()
This is unsigned.byte iConfiguration()
This is unsigned.byte bmAttributes()
This is unsigned.byte bMaxPower()
This is specified in units of 2mA.
This is unsigned.