Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 381 Bytes

hid-device.md

File metadata and controls

8 lines (7 loc) · 381 Bytes

HIDDevice Object

  • deviceId string - Unique identifier for the device.
  • name string - Name of the device.
  • vendorId Integer - The USB vendor ID.
  • productId Integer - The USB product ID.
  • serialNumber string (optional) - The USB device serial number.
  • guid string (optional) - Unique identifier for the HID interface. A device may have multiple HID interfaces.