Package ch.ntb.usb
Class Usb_Interface
java.lang.Object
ch.ntb.usb.Usb_Interface
Represents an USB interface.
An interface is a group of alternate settings of a configuration.
An interface is a group of alternate settings of a configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Maximal number of alternate settings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetuns an array of interface descriptors.int
Returns the number of alternate settings.toString()
-
Field Details
-
USB_MAXALTSETTING
public static final int USB_MAXALTSETTINGMaximal number of alternate settings- See Also:
-
-
Constructor Details
-
Usb_Interface
public Usb_Interface()
-
-
Method Details