Uses of Class
com.codeminders.hidapi.HIDDevice

Uses of HIDDevice in com.codeminders.hidapi
 

Methods in com.codeminders.hidapi that return HIDDevice
 HIDDevice HIDDeviceInfo.open()
          Open a HID device using a path name from this class.
 HIDDevice HIDManager.openById(int vendor_id, int product_id, java.lang.String serial_number)
          Convenience method to open a HID device using a Vendor ID (VID), Product ID (PID) and optionally a serial number.
 HIDDevice HIDManager.openByPath(java.lang.String path)
          Convenience method to find and open device by path