com.eurotech.framework.usb
Class UsbNetDevice

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

public class UsbNetDevice
extends AbstractUsbDevice

Representation of USB network devices


Constructor Summary
UsbNetDevice(String vendorId, String productId, String manufacturerName, String productName, String usbBusNumber, String usbDevicePath, String interfaceName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getInterfaceName()
           
 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

UsbNetDevice

public UsbNetDevice(String vendorId,
                    String productId,
                    String manufacturerName,
                    String productName,
                    String usbBusNumber,
                    String usbDevicePath,
                    String interfaceName)
Method Detail

getInterfaceName

public String getInterfaceName()

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.