|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.usb.AbstractUsbDevice
public abstract class AbstractUsbDevice
Base class for USB devices
Constructor Summary | |
---|---|
AbstractUsbDevice(AbstractUsbDevice usbDevice)
|
|
AbstractUsbDevice(String vendorId,
String productId,
String manufacturerName,
String productName,
String usbBusNumber,
String usbDevicePath)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getManufacturerName()
The manufacturer name of the device |
String |
getProductId()
The product ID of the device |
String |
getProductName()
The product name of the device |
String |
getUsbBusNumber()
The USB bus number of the device |
String |
getUsbDevicePath()
The USB device path |
String |
getUsbPort()
The complete USB port (USB bus number plus USB device path) |
String |
getVendorId()
The vendor ID of the device |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractUsbDevice(String vendorId, String productId, String manufacturerName, String productName, String usbBusNumber, String usbDevicePath)
public AbstractUsbDevice(AbstractUsbDevice usbDevice)
Method Detail |
---|
public String getVendorId()
UsbDevice
getVendorId
in interface UsbDevice
public String getProductId()
UsbDevice
getProductId
in interface UsbDevice
public String getManufacturerName()
UsbDevice
getManufacturerName
in interface UsbDevice
public String getProductName()
UsbDevice
getProductName
in interface UsbDevice
public String getUsbBusNumber()
UsbDevice
getUsbBusNumber
in interface UsbDevice
public String getUsbDevicePath()
UsbDevice
getUsbDevicePath
in interface UsbDevice
public String getUsbPort()
UsbDevice
getUsbPort
in interface UsbDevice
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |