Class TrignoDsConfig
Defines how a Trigno Base Station should be configured.
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.Configurations.DataSource
Assembly: DelsysAPI.dll
Syntax
public class TrignoDsConfig : DataSourceConfig
Constructors
TrignoDsConfig()
Default constructor. Sets the ConfigType to TrignoRf and creates a new TrignoTrigger object
Declaration
public TrignoDsConfig()
Properties
Trigger
The trigger handler for this data source configuration
Declaration
public TrignoTrigger Trigger { get; }
Property Value
| Type | Description |
|---|---|
| TrignoTrigger |
Methods
ArmTrigger(Boolean, Boolean)
Sets or modifies the trigger with the specified parameters. Arms the trigger.
Declaration
public void ArmTrigger(bool start, bool stop)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | start | |
| System.Boolean | stop |
DisarmTrigger()
Disarms the trigger, and resets all parameters.
Declaration
public void DisarmTrigger()
SetLEDBrightness(Single)
Sets the brightness of all sensors' LEDs to the percentage (1.0 is brightest).
Declaration
public void SetLEDBrightness(float percent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | percent |