|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsbInterfaceDescriptor
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 |
---|
byte bInterfaceNumber()
This is unsigned.
byte bAlternateSetting()
This is unsigned.
byte bNumEndpoints()
This is unsigned.
byte bInterfaceClass()
This is unsigned.
byte bInterfaceSubClass()
This is unsigned.
byte bInterfaceProtocol()
This is unsigned.
byte iInterface()
This is unsigned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |