net.jhid.core.devices
Interface IDeviceInfo

All Known Implementing Classes:
LinuxDeviceInfo

public interface IDeviceInfo

Provides generic info about a device (name, vendor...)


Method Summary
 java.lang.String getDeviceName()
          Returns the name of the device as reported by the OS.
 int getDeviceVendorId()
          Returns vendor id of the device as reported by the OS.
 int getDeviceVersion()
          Returns version number of the device as reported by the OS.
 

Method Detail

getDeviceName

public java.lang.String getDeviceName()
Returns the name of the device as reported by the OS.


getDeviceVendorId

public int getDeviceVendorId()
Returns vendor id of the device as reported by the OS.


getDeviceVersion

public int getDeviceVersion()
Returns version number of the device as reported by the OS.