public abstract class AbstractUsbDevice extends Object implements UsbDevice
Constructor and Description |
---|
AbstractUsbDevice(AbstractUsbDevice usbDevice) |
AbstractUsbDevice(String vendorId,
String productId,
String manufacturerName,
String productName,
String usbBusNumber,
String usbDevicePath) |
Modifier and Type | Method and Description |
---|---|
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() |
public AbstractUsbDevice(String vendorId, String productId, String manufacturerName, String productName, String usbBusNumber, String usbDevicePath)
public AbstractUsbDevice(AbstractUsbDevice usbDevice)
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
Copyright © 2013. All Rights Reserved.