Package org.hid4java.jna
Interface HidrawHidApiLibrary
-
- All Superinterfaces:
HidApiLibrary
,com.sun.jna.Library
- All Known Subinterfaces:
LibusbHidApiLibrary
public interface HidrawHidApiLibrary extends HidApiLibrary
JNA library interface to act as the proxy for the underlying native library
This approach removes the need for any JNI or native code
-
-
Field Summary
Fields Modifier and Type Field Description static HidApiLibrary
INSTANCE
-
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 Detail
-
INSTANCE
static final HidApiLibrary INSTANCE
-
-