PxLicenseStatus Enumeration
typedef enum { ... } PxLicenseStatus;
The result of validating an SDK license key.
Enumeration Cases
| Name | Summary |
|---|---|
| PxLicenseStatus_Active | The license is valid and active. |
| PxLicenseStatus_AppID_Mismatch | The license cannot be used with this application (app-ID mismatch). |
| PxLicenseStatus_Expired | The license has expired. |
| PxLicenseStatus_Malformed_Key | The license key is malformed or corrupt. |
| PxLicenseStatus_None | No license key has been set. |
| PxLicenseStatus_PlatformID_Mismatch | The license cannot be used with this platform (platform-ID mismatch). |
| PxLicenseStatus_Subscruption_Expired | The update subscription has expired. |