|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a USB interface descriptor.
See the USB 1.1 specification section 9.6.3.
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. |
Methods inherited from interface javax.usb.UsbDescriptor |
bDescriptorType, bLength |
Method Detail |
public byte bInterfaceNumber()
This is unsigned.
public byte bAlternateSetting()
This is unsigned.
public byte bNumEndpoints()
This is unsigned.
public byte bInterfaceClass()
This is unsigned.
public byte bInterfaceSubClass()
This is unsigned.
public byte bInterfaceProtocol()
This is unsigned.
public byte iInterface()
This is unsigned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |