gary-rowe / hid4java

A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library. Works out of the box on Windows/Mac/Linux.
MIT License
229 stars 71 forks source link

Add native library version information #124

Closed tresf closed 1 year ago

tresf commented 3 years ago

Adds a new API call to fetch the underlying native hidapi version.

HidServices.getNativeVersion();
// 0.11.0

Note: