Class ConnectionInfo
Inheritance
System.Object
ConnectionInfo
Inherited Members
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
public abstract class ConnectionInfo : ConnectionInfo
Constructors
ConnectionInfo()
Declaration
public ConnectionInfo()
Fields
ip
Declaration
public string ip
Field Value
Type | Description |
---|---|
System.String |
port
Declaration
public int port
Field Value
Type | Description |
---|---|
System.Int32 |
server
Declaration
public bool server
Field Value
Type | Description |
---|---|
System.Boolean |