Subsystem.GetTriggersForCustomEvents Method
This method returns an array containing the triggers 1000 custom event kind values (0 to 999) for event kind MF_EVENT_KIND_CUSTOM. The returned array is exactly 1000 elements long. If the Subsystem is not started, this method throws an exception of type wRTOSException. This method can be called when monitoring is stopped or started. This method is thread-safe and executes atomically across all processes with respect to all other trigger-related methods.
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
public SubsystemTriggerKinds[] GetTriggersForCustomEvents()
Return Value
Type: Subsystem.TriggerKinds
Implements
IMonitorSubsystem.GetTriggersForCustomEvents
Exceptions
| Exception | Condition |
|---|---|
|
Thrown if this method is used without the wRTOS Runtime installed. |
See Also: