kernelv_get_license_info()
Prototype
KERNELV_RETURN | kernelv_get_license_info (KERNELV_LICENSE_INFO *pLicenseInfo); |
Description
Reads the existing license information.
The function can only be used after the function kernelv_startup() is called.
The function writes the existing license information to the memory referenced by the call parameter pLicenseInfo.
Parameter
Name | Type | Meaning |
pLicenseInfo | KERNELV_LICENSE_INFO* | Memory for the license information to be returned. |
Return values
Symbol | Value | Meaning |
RET_FINISHED | 0 | The function was executed without error. |
ERR_CNC_NOT_INIT | -3 | The simulation CNC kernel was not yet initialised. |