public class Usb_Interface
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
USB_MAXALTSETTING
Maximal number of alternate settings
|
| Constructor and Description |
|---|
Usb_Interface() |
| Modifier and Type | Method and Description |
|---|---|
Usb_Interface_Descriptor[] |
getAltsetting()
Retuns an array of interface descriptors.
|
int |
getNumAltsetting()
Returns the number of alternate settings.
|
java.lang.String |
toString() |
public static final int USB_MAXALTSETTING
public java.lang.String toString()
toString in class java.lang.Objectpublic Usb_Interface_Descriptor[] getAltsetting()
public int getNumAltsetting()