|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.jusb.UsbDescriptorImp com.ibm.jusb.UsbConfigurationDescriptorImp
public class UsbConfigurationDescriptorImp
UsbConfigurationDescriptor implementation.
Constructor Summary | |
---|---|
UsbConfigurationDescriptorImp(byte bLength,
byte bType,
short wTotalLength,
byte bNumInterfaces,
byte bConfigurationValue,
byte iConfiguration,
byte bmAttributes,
byte bMaxPower)
Constructor. |
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. |
java.lang.String |
toString()
Get a String representing this. |
short |
wTotalLength()
Get this descriptor's wTotalLength. |
Methods inherited from class com.ibm.jusb.UsbDescriptorImp |
---|
bDescriptorType, bLength, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.usb.UsbDescriptor |
---|
bDescriptorType, bLength |
Constructor Detail |
---|
public UsbConfigurationDescriptorImp(byte bLength, byte bType, short wTotalLength, byte bNumInterfaces, byte bConfigurationValue, byte iConfiguration, byte bmAttributes, byte bMaxPower)
bLength
- Descriptor length.bType
- Descriptor type.wTotalLength
- Descriptor Total Length.bNumInterfaces
- Number of interfaces.bConfigurationValue
- The ConfigValue.iConfiguration
- The ConfigIndex.bmAttributes
- The attributes.bMaxPower
- The max power.Method Detail |
---|
public short wTotalLength()
wTotalLength
in interface UsbConfigurationDescriptor
This is unsigned.
public byte bNumInterfaces()
bNumInterfaces
in interface UsbConfigurationDescriptor
This is unsigned.
public byte bConfigurationValue()
bConfigurationValue
in interface UsbConfigurationDescriptor
This is unsigned.
public byte iConfiguration()
iConfiguration
in interface UsbConfigurationDescriptor
This is unsigned.
public byte bmAttributes()
bmAttributes
in interface UsbConfigurationDescriptor
This is unsigned.
public byte bMaxPower()
bMaxPower
in interface UsbConfigurationDescriptor
This is unsigned.
public java.lang.String toString()
toString
in class UsbDescriptorImp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |