Uses of Class
org.hid4java.jna.HidDeviceInfoStructure
-
Packages that use HidDeviceInfoStructure Package Description org.hid4java org.hid4java.jna -
-
Uses of HidDeviceInfoStructure in org.hid4java
Constructors in org.hid4java with parameters of type HidDeviceInfoStructure Constructor Description HidDevice(HidDeviceInfoStructure infoStructure, HidDeviceManager hidDeviceManager)
-
Uses of HidDeviceInfoStructure in org.hid4java.jna
Fields in org.hid4java.jna declared as HidDeviceInfoStructure Modifier and Type Field Description HidDeviceInfoStructure
HidDeviceInfoStructure. next
Reference to next deviceMethods in org.hid4java.jna that return HidDeviceInfoStructure Modifier and Type Method Description static HidDeviceInfoStructure
HidApi. enumerateDevices(int vendor, int product)
Enumerate the attached HID devicesHidDeviceInfoStructure
HidApiLibrary. hid_enumerate(short vendor_id, short product_id)
Enumerate the HID Devices.HidDeviceInfoStructure
HidDeviceInfoStructure. next()
Methods in org.hid4java.jna with parameters of type HidDeviceInfoStructure Modifier and Type Method Description static void
HidApi. freeEnumeration(HidDeviceInfoStructure list)
Free an enumeration linked list
-