Subsystem.TriggerKinds Enumeration
This enumeration represents the various types of event triggers that can be set, reset, and fetched using the public methods of this class. This enumeration is a Flags enumeration, which means its enumerators have values that are powers of 2 that can be combined using the bitwise operators.
See https://msdn.microsoft.com/en-us/library/system.flagsattribute.aspx for details.
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
[FlagsAttribute]
public enum TriggerKinds
Members
|
Name |
Value | Description |
|---|---|---|
|
None |
0 |
None |
|
StartMonitoring |
1 |
StartMonitoring |
|
StopMonitoring |
2 |
StopMonitoring |
See Also: