Package org.hid4java.jna
Interface LibusbHidApiLibrary
-
- All Superinterfaces:
HidApiLibrary,HidrawHidApiLibrary,com.sun.jna.Library
public interface LibusbHidApiLibrary extends HidrawHidApiLibrary
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 LibusbHidApiLibraryINSTANCE
-
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 LibusbHidApiLibrary INSTANCE
-
-