|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsbConfigurationDescriptor
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 |
---|
short 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |