Uses of Class
com.codeminders.hidapi.HIDDeviceInfo

Uses of HIDDeviceInfo in com.codeminders.hidapi
 

Methods in com.codeminders.hidapi that return HIDDeviceInfo
static HIDDeviceInfo[] HIDManager.listDevices()
          Get list of all the HID devices attached to the system.
 

Methods in com.codeminders.hidapi with parameters of type HIDDeviceInfo
abstract  void HIDManager.deviceAdded(HIDDeviceInfo dev)
          Abstract callback method which will be called when HID device is connected.
abstract  void HIDManager.deviceRemoved(HIDDeviceInfo dev)
          Abstract callback method which will be called when new HID device is disconnected.