Class EmptyTerminal
Represents an empty terminal for example EK1200.
public class EmptyTerminal : ITerminal
- Inheritance
-
EmptyTerminal
- Implements
- Derived
- Inherited Members
Properties
AdsVariables
Gets the ADS variables.
public AdsVariableContainer AdsVariables { get; }
Property Value
Modules
Gets the ILisrtModules from the terminal, for example input channels.
public IEnumerable<ILisrtModule> Modules { get; }
Property Value
Name
Gets or sets the name.
public string Name { get; set; }