Detailed Description
This page details functions for license management.
Function Documentation
Adds a license to the context.
- Parameters:
-
pContext | [in] OpenNI context. |
pLicense | [in] A license key. |
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. |
Frees a list of licenses.
- Parameters:
-
aLicenses | [in] The list to free. |