Click or drag to resize

ConnectionInfo Class

A connection and related symbols.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.CIPConnectionInfo

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public class ConnectionInfo

The ConnectionInfo type exposes the following members.

Constructors
  NameDescription
Public methodConnectionInfo
Constructs a new ConnectionInfo.
Top
Properties
  NameDescription
Public propertyConfigAssemblyId
The config connection point (or 0 if not known).
Public propertyConnectionName
Connection name in the symbol table.
Public propertyInputAssemblyId
The producer connection point (or 0 if not known).
Public propertyInSymbol
The connection input symbol (or null).
Public propertyIOConnection
IOConnection data from the PLC.
Public propertyOutputAssemblyId
The consumer connection point (or 0 if not known).
Public propertyOutSymbol
The connection output symbol (or null).
Top
See Also