This page details functions for license management.
◆ xnAddLicense()
Adds a license to the context.
- Parameters
-
pContext | [in] OpenNI context. |
pLicense | [in] A license key. |
◆ xnEnumerateLicenses()
Enumerates all licenses currently registered. The list of licenses should later be freed by calling xnFreeLicensesList().
- Parameters
-
pContext | [in] OpenNI context. |
paLicenses | [out] An array of license pointers. |
pnCount | [out] The number of licenses in the array. |
◆ xnFreeLicensesList()
Frees a list of licenses.
- Parameters
-
aLicenses | [in] The list to free. |