Modifier and Type | Method and Description |
---|---|
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
|