OTX-Runtime for C++
|
|
Class to manage the OTX-Runtime API licenses More...
#include <LicenseManager.h>
Static Public Member Functions | |
static std::string | GetLicenseKey () |
Gets the license key. More... | |
static void | SetLicenseKey (const std::string &licenseKey) |
Sets a valid license key to release the API. More... | |
Class to manage the OTX-Runtime API licenses
|
static |
Gets the license key.
|
static |
Sets a valid license key to release the API.
The license key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". A valid license key must be available. Please ask the software supplier. Without a valid license key no RuntimeManager can be created.
Important: The license key must be set before an instance is created!
licenseKey | License key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". |
Examples