Rtnl2IsComponentLicensed
Syntax
BOOL Rtnl2_API Rtnl2IsComponentLicensed(
BOOL * pIsLicensed
);
Parameters
pIsLicensed
The license status of the NL2 component.
Return Value
If the function succeeds, it returns the license status of the NL2 component. Otherwise, it returns FALSE. Call GetLastError to obtain an error code if the function fails.
Possible error codes:
Error code | Meaning |
---|---|
RT_ERROR_NO_LICENSE |
The NL2 component does not have a valid license. |
Characteristics
Real-time | ||
Deterministic |
No |
|
Local memory usage | ||
Process |
External MSpace usage |
Internal MSpace usage |
System |
No |
No |
NL2 process |
No |
No |
Calling process |
No |
No |
Contiguous memory usage | ||
Usage |
No |
Requirements
Minimum supported version | Header | Library |
---|---|---|
eRTOS 1.0 SDK |
Rtnl2Component.h |
Rtnl2Api.lib |