libbtng API Reference: btLibVersion
This data structure is used together with btGetLibVersion() to retrieve the version of libbtng that is currently running (i.e. linked with the program currently running).
Syntax
btLibVersion v;
Components
const char *str: the version string. must not be freed.int major: libbtng's major version number.int minor: libbtng's minor version number.int revision: libbtng's version revision number.
Remarks
None.