Rtnl2IsComponentLicensed

Rtnl2IsComponentLicensed returns the license status of the Network Link Layer (NL2) component.

Syntax

Copy
BOOL Rtnl2_API Rtnl2IsComponentLicensed(
    BOOL * pIsLicensed
);  

Parameters

pIsLicensed

The license status of the NL2 component.

Return Value

If the function succeeds, it returns TRUE. 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

Shutdown-safe

No

Local memory usage

Process

External MSpace usage

Internal MSpace usage

System

No

No

NL2 process

No

No

Calling process

No

No

Windows contiguous memory usage

Usage

No

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

Rtnl2Component.h

Rtfwnl2Api.lib (Windows), Rtnl2Api.lib (RTSS)

See Also: