Class Triggers
Abstract form of a trigger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Utils
Assembly: DelsysAPI.dll
Syntax
public abstract class Triggers
Properties
Armed
Arming is required for activation. Returns if the trigger has been armed.
Declaration
public abstract bool Armed { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Disarm()
Disarms the trigger.
Declaration
public abstract void Disarm()
SetStart()
Enables start triggering.
Declaration
public abstract void SetStart()
SetStop()
Enables stop triggering.
Declaration
public abstract void SetStop()