com.eurotech.framework.usb
Class UsbTtyDevice

java.lang.Object
  extended by com.eurotech.framework.usb.AbstractUsbDevice
      extended by com.eurotech.framework.usb.UsbTtyDevice
All Implemented Interfaces:
UsbDevice

public class UsbTtyDevice
extends AbstractUsbDevice

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

UsbTtyDevice

public UsbTtyDevice(String vendorId,
                    String productId,
                    String manufacturerName,
                    String productName,
                    String usbBusNumber,
                    String usbDevicePath,
                    String deviceNode)
Method Detail

getDeviceNode

public String getDeviceNode()

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractUsbDevice

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractUsbDevice


Copyright © 2013. All Rights Reserved.