|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 UsbDevicepublic String getProductId()
UsbDevice
getProductId in interface UsbDevicepublic String getManufacturerName()
UsbDevice
getManufacturerName in interface UsbDevicepublic String getProductName()
UsbDevice
getProductName in interface UsbDevicepublic String getUsbBusNumber()
UsbDevice
getUsbBusNumber in interface UsbDevicepublic String getUsbDevicePath()
UsbDevice
getUsbDevicePath in interface UsbDevicepublic String getUsbPort()
UsbDevice
getUsbPort in interface UsbDevicepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||