|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a USB configuration descriptor.
See the USB 1.1 specification section 9.6.2.
Method Summary | |
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. |
Methods inherited from interface javax.usb.UsbDescriptor |
bDescriptorType, bLength |
Method Detail |
public short wTotalLength()
This is unsigned.
public byte bNumInterfaces()
This is unsigned.
public byte bConfigurationValue()
This is unsigned.
public byte iConfiguration()
This is unsigned.
public byte bmAttributes()
This is unsigned.
public byte bMaxPower()
This is specified in units of 2mA.
This is unsigned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |