Package | Description |
---|---|
org.hid4java | |
org.hid4java.jna |
Constructor and Description |
---|
HidDevice(HidDeviceInfoStructure infoStructure) |
Modifier and Type | Field and Description |
---|---|
HidDeviceInfoStructure |
HidDeviceInfoStructure.next
Reference to next device
|
Modifier and Type | Method and Description |
---|---|
static HidDeviceInfoStructure |
HidApi.enumerateDevices(int vendor,
int product)
Enumerate the attached HID devices
|
HidDeviceInfoStructure |
HidApiLibrary.hid_enumerate(short vendor_id,
short product_id)
Enumerate the HID Devices.
|
HidDeviceInfoStructure |
HidDeviceInfoStructure.next() |
Modifier and Type | Method and Description |
---|---|
static void |
HidApi.freeEnumeration(HidDeviceInfoStructure list)
Free an enumeration linked list
|
Copyright © 2014–2015 Bitcoin Solutions Ltd. All rights reserved.