Class DigitalInputsOutputsTerminal
Represents a digital inputs and outputs terminal.
public class DigitalInputsOutputsTerminal : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState, IDigitalInputsTerminal, IDigitalOutputsTerminal
- Inheritance
-
PropertyChangedBaseDigitalInputsOutputsTerminal
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Inputs
Gets the inputs with their index as indexer.
public IReadOnlyList<DigitalInput> Inputs { get; }
Property Value
Modules
Gets the ILisrtModules from the terminal, for example input channels.
public override IEnumerable<ILisrtModule> Modules { get; }
Property Value
Outputs
Gets the outputs with their index as indexer.
public IReadOnlyList<DigitalOutput> Outputs { get; }