Product.IsTcpStackLicensed Method

Returns true if a valid wRTOS Network license exists for the given major version of the Runtime, otherwise returns false.

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public bool IsTcpStackLicensed(
    int majorVersion
)

Parameters

majorVersion

Type: System.Int32
The major version of the wRTOS Runtime for which an wRTOS Network license must exist. If this is zero, the major version of the currently-installed Runtime is used.

Return Value

Type: Boolean

See Also: