Component.IsLicensed Method

Returns whether the TCP/IP Stack component has a valid license of the same major version as the installed wRTOS Runtime.

Namespace:  IntervalZero.MaxRT.Tcpip.Config
Assembly:  IntervalZero.MaxRT.Tcpip.Config (in IntervalZero.MaxRT.Tcpip.Config.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public IsLicensed()

Return Value

This method returns whether the TCP/IP Stack is licensed. It throws an MaxRTNativeException if the license status could not be determined.

Possible error codes:

Error code Meaning

RT_ERROR_NO_LICENSE

The license status of the TCP/IP Stack could not be determined.

See Also: