Class EL91xx
Represents a potential supply terminal, 24 V DC, with diagnostics, for example EL910 or EL9160.
public class EL91xx : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
PropertyChangedBaseEL91xx
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
EL91xx()
Initializes a new instance of the EL91xx class.
public EL91xx()
Properties
Modules
Gets the ILisrtModules from the terminal.
public override IEnumerable<ILisrtModule> Modules { get; }
Property Value
- IEnumerable<ILisrtModule>
Returns nothing.
PowerIsOK
Gets a value indicating whether the power is OK.
public bool PowerIsOK { get; }