|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.usb.AbstractUsbDevice com.eurotech.framework.usb.UsbTtyDevice
public class UsbTtyDevice
Representation of USB TTY devices
Constructor Summary | |
---|---|
UsbTtyDevice(String vendorId,
String productId,
String manufacturerName,
String productName,
String usbBusNumber,
String usbDevicePath,
String deviceNode)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDeviceNode()
|
int |
hashCode()
|
Methods inherited from class com.eurotech.framework.usb.AbstractUsbDevice |
---|
getManufacturerName, getProductId, getProductName, getUsbBusNumber, getUsbDevicePath, getUsbPort, getVendorId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UsbTtyDevice(String vendorId, String productId, String manufacturerName, String productName, String usbBusNumber, String usbDevicePath, String deviceNode)
Method Detail |
---|
public String getDeviceNode()
public int hashCode()
hashCode
in class AbstractUsbDevice
public boolean equals(Object obj)
equals
in class AbstractUsbDevice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |