|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.usb.examples.FindUsbInterface
public class FindUsbInterface
Find a specific UsbInterface.
This finds a specific UsbInterface based on some of the interface's properties. This class should not be used except by other example code.
| Constructor Summary | |
|---|---|
FindUsbInterface()
|
|
| Method Summary | |
|---|---|
static byte |
getInterfaceClass()
Get an interface class. |
static List |
getUsbInterfacesWithInterfaceClass(UsbDevice usbDevice,
byte interfaceClass)
Get a List of all interfaces that match the specified interface class. |
static void |
main(String[] argv)
|
static void |
parseArgv(String[] argv)
Parse the parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindUsbInterface()
| Method Detail |
|---|
public static void main(String[] argv)
public static List getUsbInterfacesWithInterfaceClass(UsbDevice usbDevice,
byte interfaceClass)
usbDevice - The UsbDevice to check.interfaceClass - The interface class to match.
public static byte getInterfaceClass()
public static void parseArgv(String[] argv)
argv - The command-line parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||