Subsystem.EnableMonitorEvents Method (Boolean)

Enables all events, either in the Persistent Event Set or the Transitent Event Set (depending on the value of parameter persistent). If set to true, the events will be enabled in the Persistent Event Set, and the change will not take affect until monitoring is next enabled, otherwise the events will be enabled in the Transient Event Set.

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

Syntax

Copy
public MF_EVENT_KIND[] EnableMonitorEvents(
    bool persistent
)

Parameters

persistent

Type: System.Boolean

Return Value

Type: MF_EVENT_KIND

Implements

IMonitorSubsystem.EnableMonitorEvents (Boolean)

Exceptions

Exception Condition

wRTOSException

Thrown if this method is used without the wRTOS Runtime installed.

See Also: