|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eurotech.framework.linux.usb.UsbSerialEntry
public class UsbSerialEntry
| Constructor Summary | |
|---|---|
UsbSerialEntry(int ttyUsbPortNo,
String vendor,
String product,
int numPorts,
int portEnum,
String path)
UsbSerialEntry constructor |
|
| Method Summary | |
|---|---|
int |
getNumberOfPorts()
Reports total number of ports. |
String |
getPath2usbDevice()
Reports path to USB device |
int |
getPortEnumeration()
Reports port enumeration |
String |
getProductID()
Reports product ID |
int |
getTtyUsbPortNo()
Reports ttyUSB port number |
String |
getVendorID()
Reports vendor ID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UsbSerialEntry(int ttyUsbPortNo,
String vendor,
String product,
int numPorts,
int portEnum,
String path)
ttyUsbPortNo - - ttyUSB port numbervendor - - vendor IDproduct - - product IDportEnum - - port enumerationpath - - path to USB device| Method Detail |
|---|
public int getTtyUsbPortNo()
intpublic String getVendorID()
Stringpublic String getProductID()
Stringpublic int getNumberOfPorts()
intpublic int getPortEnumeration()
intpublic String getPath2usbDevice()
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||