hid_version method

Pointer<hid_api_version> hid_version()

@brief Get a runtime version of the library.

This function is thread-safe.

@ingroup API

@returns Pointer to statically allocated struct, that contains version.

Implementation

ffi.Pointer<hid_api_version> hid_version() {
  return _hid_version();
}