PxLicenseStatus Enumeration

typedef enum { ... } PxLicenseStatus;

The result of validating an SDK license key.

Enumeration Cases

NameSummary
PxLicenseStatus_ActiveThe license is valid and active.
PxLicenseStatus_AppID_MismatchThe license cannot be used with this application (app-ID mismatch).
PxLicenseStatus_ExpiredThe license has expired.
PxLicenseStatus_Malformed_KeyThe license key is malformed or corrupt.
PxLicenseStatus_NoneNo license key has been set.
PxLicenseStatus_PlatformID_MismatchThe license cannot be used with this platform (platform-ID mismatch).
PxLicenseStatus_Subscruption_ExpiredThe update subscription has expired.
Top