Show / Hide Table of Contents

Class ConnectionInfo

Inheritance
System.Object
ConnectionInfo
ConnectionInfo
ConnectionInfo
BasePortInfo
Inherited Members
ConnectionInfo.autoconnect
ConnectionInfo.autoconnectdelay
ConnectionInfo.id
ConnectionInfo.numberofdigits
ConnectionInfo.log
ConnectionInfo.name
ConnectionInfo.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Communication.PLC
Assembly: Experior.Core.dll
Syntax
[Serializable]
public abstract class ConnectionInfo : ConnectionInfo

Constructors

ConnectionInfo()

Declaration
public ConnectionInfo()

Fields

alarms

Declaration
public Dictionary<string, AlarmInfo> alarms
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, Experior.Core.Communication.PLC.AlarmInfo>

frequencyvalue

Declaration
public uint frequencyvalue
Field Value
Type Description
System.UInt32

refreshinterval

Declaration
public int refreshinterval
Field Value
Type Description
System.Int32

symbols

Declaration
public List<Symbol> symbols
Field Value
Type Description
System.Collections.Generic.List<Symbol>

synchronized

Declaration
public bool synchronized
Field Value
Type Description
System.Boolean
Back to top Generated by DocFX