- hashCode() - Method in class org.hid4java.HidDevice
-
- hasNext() - Method in class org.hid4java.jna.HidDeviceInfoStructure
-
- hid_close(Pointer) - Method in interface org.hid4java.jna.HidApiLibrary
-
Close a HID device
- hid_enumerate(short, short) - Method in interface org.hid4java.jna.HidApiLibrary
-
Enumerate the HID Devices.
- hid_error(Pointer) - Method in interface org.hid4java.jna.HidApiLibrary
-
Get a string describing the last error which occurred.
- hid_exit() - Method in interface org.hid4java.jna.HidApiLibrary
-
Finalize the HIDAPI library.
- hid_free_enumeration(Pointer) - Method in interface org.hid4java.jna.HidApiLibrary
-
Free an enumeration linked list
- hid_get_feature_report(Pointer, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Get a feature report from a HID device.
- hid_get_indexed_string(Pointer, int, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Get a string from a HID device, based on its string index.
- hid_get_manufacturer_string(Pointer, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Get the manufacturer string from a HID device
- hid_get_product_string(Pointer, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Get the product number string from a HID device
- hid_get_serial_number_string(Pointer, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Get the serial number string from a HID device
- hid_init() - Method in interface org.hid4java.jna.HidApiLibrary
-
Initialize the HIDAPI library.
- hid_open(short, short, WString) - Method in interface org.hid4java.jna.HidApiLibrary
-
Open a HID device using a Vendor ID (VID), Product ID (PID) and optionally a serial number.
- hid_open_path(String) - Method in interface org.hid4java.jna.HidApiLibrary
-
Open a HID device by its path name.
- hid_read(Pointer, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Read an Input report from a HID device.
- hid_read_timeout(Pointer, Structure.ByReference, int, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Read an Input report from a HID device with timeout.
- hid_send_feature_report(Pointer, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Send a Feature report to the device.
- hid_set_nonblocking(Pointer, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Set the device handle to be non-blocking.
- hid_write(Pointer, Structure.ByReference, int) - Method in interface org.hid4java.jna.HidApiLibrary
-
Write an Output report to a HID device.
- HidApi - Class in org.hid4java.jna
-
JNA utility class to provide the following to low level operations:
- HidApi() - Constructor for class org.hid4java.jna.HidApi
-
- HidApiLibrary - Interface in org.hid4java.jna
-
JNA library interface to act as the proxy for the underlying native library
- HidDevice - Class in org.hid4java
-
High level wrapper to provide the following to API consumers:
- HidDevice(HidDeviceInfoStructure) - Constructor for class org.hid4java.HidDevice
-
- hidDeviceAttached(HidServicesEvent) - Method in interface org.hid4java.HidServicesListener
-
A HID device was attached
- hidDeviceAttached(HidServicesEvent) - Method in class UsbHidTrezorV1Example
-
- hidDeviceDetached(HidServicesEvent) - Method in interface org.hid4java.HidServicesListener
-
A HID device was detached
- hidDeviceDetached(HidServicesEvent) - Method in class UsbHidTrezorV1Example
-
- HidDeviceInfoStructure - Class in org.hid4java.jna
-
Value object to provide HID device information
- HidDeviceInfoStructure() - Constructor for class org.hid4java.jna.HidDeviceInfoStructure
-
- HidDeviceStructure - Class in org.hid4java.jna
-
Low level JNA value object to provide a HID device pointer
- HidDeviceStructure(Pointer) - Constructor for class org.hid4java.jna.HidDeviceStructure
-
- HidException - Exception in org.hid4java
-
Caught exception to provide the following to API consumers:
- HidException(String) - Constructor for exception org.hid4java.HidException
-
- HidException(String, Throwable) - Constructor for exception org.hid4java.HidException
-
- hidFailure(HidServicesEvent) - Method in interface org.hid4java.HidServicesListener
-
A HID failure occurred during scanning
- hidFailure(HidServicesEvent) - Method in class UsbHidTrezorV1Example
-
- HidManager - Class in org.hid4java
-
Factory to provide the following to API consumers:
- HidManager() - Constructor for class org.hid4java.HidManager
-
- HidServices - Class in org.hid4java
-
JNA bridge class to provide the following to USB HID:
- HidServices() - Constructor for class org.hid4java.HidServices
-
Initialise and start scanning for USB devices at 500ms interval.
- HidServices(boolean) - Constructor for class org.hid4java.HidServices
-
Initialise and start scanning for USB devices at 500ms interval.
- HidServices(boolean, int) - Constructor for class org.hid4java.HidServices
-
Initialise and start scanning for USB devices at the given interval.
- HidServicesEvent - Class in org.hid4java.event
-
Event to provide the following to API consumers:
- HidServicesEvent(HidDevice) - Constructor for class org.hid4java.event.HidServicesEvent
-
- HidServicesListener - Interface in org.hid4java
-
Interface to provide the following to API consumers:
- HidServicesListenerList - Class in org.hid4java.event
-
HID services listener list
- HidServicesListenerList() - Constructor for class org.hid4java.event.HidServicesListenerList
-