SdlHidDeviceEx extension
- on
Static Methods
-
open(
int vendorId, int productId, String serialNumber) → Pointer< hidapiSdlHidDevice> -
Available on SdlHidDevice, provided by the SdlHidDeviceEx extension
Open a HID device using a Vendor ID (VID), Product ID (PID) and optionally a serial number. -
openPath(
String path) → Pointer< hidapiSdlHidDevice> -
Available on SdlHidDevice, provided by the SdlHidDeviceEx extension
Open a HID device by its path name.