Click or drag to resize

IConnection Interface

Represents a connection.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IConnection : IConnectionClosed

The IConnection type exposes the following members.

Properties
  NameDescription
Public propertyOTConnectionID
The originator to target connection id.
Public propertyTOConnectionID
The target to originator connection id.
Public propertyTOMaxPacketSize
The target to originator maxiumum packet size.
Top
Events
  NameDescription
Public eventOnConnectionClosed
Raised when the server connection closes.
(Inherited from IConnectionClosed.)
Top
See Also