| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.jusb.UsbDescriptorImp
com.ibm.jusb.UsbInterfaceDescriptorImp
public class UsbInterfaceDescriptorImp
UsbInterfaceDescriptor implementation.
| Constructor Summary | |
|---|---|
UsbInterfaceDescriptorImp(byte bLength,
                          byte bDescriptorType,
                          byte bInterfaceNumber,
                          byte bAlternateSetting,
                          byte bNumEndpoints,
                          byte bInterfaceClass,
                          byte bInterfaceSubClass,
                          byte bInterfaceProtocol,
                          byte iInterface)
Constructor.  | 
|
| Method Summary | |
|---|---|
 byte | 
bAlternateSetting()
Get this descriptor's bAlternateSetting.  | 
 byte | 
bInterfaceClass()
Get this descriptor's bInterfaceClass.  | 
 byte | 
bInterfaceNumber()
Get this descriptor's bInterfaceNumber.  | 
 byte | 
bInterfaceProtocol()
Get this descriptor's bInterfaceProtocol.  | 
 byte | 
bInterfaceSubClass()
Get this descriptor's bInterfaceSubClass.  | 
 byte | 
bNumEndpoints()
Get this descriptor's bNumEndpoints.  | 
 byte | 
iInterface()
Get this descriptor's iInterface.  | 
 java.lang.String | 
toString()
Get a String representing this.  | 
| 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 UsbInterfaceDescriptorImp(byte bLength,
                                 byte bDescriptorType,
                                 byte bInterfaceNumber,
                                 byte bAlternateSetting,
                                 byte bNumEndpoints,
                                 byte bInterfaceClass,
                                 byte bInterfaceSubClass,
                                 byte bInterfaceProtocol,
                                 byte iInterface)
bLength - This descriptor's bLength.bDescriptorType - This descriptor's bDescriptorType.bInterfaceNumber - This descriptor's bInterfaceNumber.bAlternateSetting - This descriptor's bAlternateSetting.bNumEndpoints - This descriptor's bNumEndpoints.bInterfaceClass - This descriptor's bInterfaceClass.bInterfaceSubClass - This descriptor's bInterfaceSubClass.bInterfaceProtocol - This descriptor's bInterfaceProtocol.iInterface - This descriptor's iInterface.| Method Detail | 
|---|
public byte bInterfaceNumber()
bInterfaceNumber in interface UsbInterfaceDescriptorThis is unsigned.public byte bAlternateSetting()
bAlternateSetting in interface UsbInterfaceDescriptorThis is unsigned.public byte bNumEndpoints()
bNumEndpoints in interface UsbInterfaceDescriptorThis is unsigned.public byte bInterfaceClass()
bInterfaceClass in interface UsbInterfaceDescriptorThis is unsigned.public byte bInterfaceSubClass()
bInterfaceSubClass in interface UsbInterfaceDescriptorThis is unsigned.public byte bInterfaceProtocol()
bInterfaceProtocol in interface UsbInterfaceDescriptorThis is unsigned.public byte iInterface()
iInterface in interface UsbInterfaceDescriptorThis 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 | |||||||||