|
GoPxL SDK
|
Declares build and SDK API version numbers.
Go to the source code of this file.
Macros | |
| #define | GO_PXL_SDK_API_VERSION_MAJOR |
| #define | GO_PXL_SDK_API_VERSION_MINOR |
| #define | GO_PXL_SDK_API_VERSION_PATCH |
| #define | GO_PXL_SDK_VERSION_BUILD |
| #define | GO_PXL_SDK_VERSION_MAJOR |
| #define | GO_PXL_SDK_VERSION_MINOR |
| #define | GO_PXL_SDK_VERSION_RELEASE |
Functions | |
| const kChar * | GoPxLSdk::ApiVersion () |
| Returns the SDK REST API version as string. More... | |
| const kChar * | GoPxLSdk::BuildVersion () |
| Returns the SDK build version as a string. More... | |
| kVersion | GoPxLSdk::BuildVersionNumber () |
| Returns the SDK build version as a 32-bit number in the format: MMmmRRBB where: MM = major number mm = minor number RR = release number BB = build number. More... | |