|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 deviceMethod Detail |
---|
public int getTtyUsbPortNo()
int
public String getVendorID()
String
public String getProductID()
String
public int getNumberOfPorts()
int
public int getPortEnumeration()
int
public String getPath2usbDevice()
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |