Subsystem.StartMode Property

Accesses the RTSS boot start mode of the real-time Subsystem. The value of this property is one of the SubsystemStartMode enumerators.

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

Syntax

Copy
public SubsystemStartMode StartMode { get; set; }

Property Value

Type: SubsystemStartMode

Implements

IConfigSubsystem.StartMode

See Also: