Functions for retrieving the SDK version number information.
OB_EXPORT int ob_get_patch_version(void)
Get the SDK patch version number.
OB_EXPORT int ob_get_major_version(void)
Get the SDK major version number.
OB_EXPORT int ob_get_version(void)
Get the SDK version number.
OB_EXPORT const char * ob_get_stage_version(void)
Get the SDK stage version.
OB_EXPORT int ob_get_minor_version(void)
Get the SDK minor version number.
static const char * getStageVersion()
Get the stage version of the SDK.
static int getMinor()
Get the minor version number of the SDK.
static int getMajor()
Get the major version number of the SDK.
static int getPatch()
Get the patch version number of the SDK.
static int getVersion()
Get the full version number of the SDK.