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.
 

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
[FlagsAttribute]
public enum TriggerKinds
Members
Member nameValue
None0
StartMonitoring1
StopMonitoring2
See Also