com.eurotech.framework.usb
Interface UsbDevice

All Known Implementing Classes:
AbstractUsbDevice, UsbBlockDevice, UsbModemDevice, UsbNetDevice, UsbTtyDevice

public interface UsbDevice

Interface for all USB devices


Method Summary
 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
 

Method Detail

getVendorId

String getVendorId()
The vendor ID of the device

Returns:
The vendor ID of the device

getProductId

String getProductId()
The product ID of the device

Returns:
The product ID of the device

getManufacturerName

String getManufacturerName()
The manufacturer name of the device

Returns:
The manufacturer name of the device

getProductName

String getProductName()
The product name of the device

Returns:
The product name of the device

getUsbBusNumber

String getUsbBusNumber()
The USB bus number of the device

Returns:
The USB bus number of the device

getUsbDevicePath

String getUsbDevicePath()
The USB device path

Returns:
The USB device path

getUsbPort

String getUsbPort()
The complete USB port (USB bus number plus USB device path)

Returns:
The complete USB port (USB bus number plus USB device path)


Copyright © 2013. All Rights Reserved.