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.