Show / Hide Table of Contents

Class BufferConnectionInfo

Inheritance
System.Object
ConnectionInfo
ConnectionInfo
ConnectionInfo
BufferConnectionInfo
Inherited Members
ConnectionInfo.ip
ConnectionInfo.port
ConnectionInfo.server
ConnectionInfo.alarms
ConnectionInfo.frequencyvalue
ConnectionInfo.refreshinterval
ConnectionInfo.symbols
ConnectionInfo.synchronized
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.TCPIP
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class BufferConnectionInfo : ConnectionInfo

Constructors

BufferConnectionInfo()

Declaration
public BufferConnectionInfo()

Fields

iautoallocate

Declaration
public bool iautoallocate
Field Value
Type Description
System.Boolean

imaxs

Declaration
public Dictionary<string, int> imaxs
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Int32>

ioffsets

Declaration
public Dictionary<string, int> ioffsets
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Int32>

oautoallocate

Declaration
public bool oautoallocate
Field Value
Type Description
System.Boolean

offset

Declaration
public int offset
Field Value
Type Description
System.Int32

omaxs

Declaration
public Dictionary<string, int> omaxs
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Int32>

ooffsets

Declaration
public Dictionary<string, int> ooffsets
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Int32>
Back to top Generated by DocFX