Class EthercatIOMasterTerminal
Represents an ADS EtherCAT master terminal.
public class EthercatIOMasterTerminal : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasDevState
- Inheritance
-
PropertyChangedBaseEthercatIOMasterTerminal
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
EthercatIOMasterTerminal()
Initializes a new instance of the EthercatIOMasterTerminal class.
public EthercatIOMasterTerminal()
Properties
AdsVariables
Gets the ADS variables.
public virtual AdsVariableContainer AdsVariables { get; }
Property Value
DevState
Gets the state of the device.
public DevState DevState { 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; }