version method

Pointer<Char> version()

Returns the version of the zxing-cpp library. Pointer has a static lifetime and must not be freed.

@return The version of the zxing-cpp library.

Implementation

ffi.Pointer<ffi.Char> version() {
  return _version();
}