Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

These are the supported operations that can be performed on a license.

One of these operations must be selected when an p6ILicense object is intialized. The selection of an operation (or mode) controls which p6ILicense methods can be called.

LICENSE_NOOP - default state of newly created license object

LICENSE_CREATE - create a new license with methods: setPropInt, setPropString, getPropInt, getPropString, enumLicense, and createLicenseFile can be called.

LICENSE_VERIFY - verifiy an existing license with methods: enumLicense, and verifyLicenseFile can be called.

Enumerator
LICENSE_NOOP 
LICENSE_CREATE 
LICENSE_VERIFY 

Definition at line 40 of file p6license.h.