Class Connection
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
[TypeConverter(typeof(ObjectConverter))]
public abstract class Connection : Connection, IComparable, IConnection, IConnection
Constructors
Connection(ConnectionInfo)
Declaration
public Connection(ConnectionInfo info)
Parameters
Type | Name | Description |
---|---|---|
ConnectionInfo | info |
Properties
Ip
Declaration
[PropertyOrder(2)]
[PropertyAttributesProvider("DynamicPropertyIpAddress")]
public virtual string Ip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mode
Declaration
[PropertyOrder(3)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
[TypeConverter(typeof(Connection.ServerClientConverter))]
public virtual string Mode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Declaration
[PropertyOrder(1)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public virtual int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Server
Declaration
[Browsable(false)]
public bool Server { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IComparable