Package org.hid4java.jna
Interface HidrawHidApiLibrary
- All Superinterfaces:
HidApiLibrary
,com.sun.jna.Library
- All Known Subinterfaces:
LibusbHidApiLibrary
JNA library interface to act as the proxy for the underlying native library
This approach removes the need for any JNI or native code
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
-
Field Summary
FieldsFields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
-
Method Summary
Methods inherited from interface org.hid4java.jna.HidApiLibrary
hid_close, hid_enumerate, hid_error, hid_exit, hid_free_enumeration, hid_get_feature_report, hid_get_indexed_string, hid_get_manufacturer_string, hid_get_product_string, hid_get_serial_number_string, hid_init, hid_open, hid_open_path, hid_read, hid_read_timeout, hid_send_feature_report, hid_set_nonblocking, hid_write
-
Field Details
-
INSTANCE
-