Click or drag to resize

ConnectionSymbols Class

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

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ConnectionSymbols

The ConnectionSymbols type exposes the following members.

Constructors
  NameDescription
Public methodConnectionSymbols
Constructs a new ConnectionSymbols.
Top
Properties
  NameDescription
Public propertyConfigAssemblyId
The config connection point (or 0 if not known).
Public propertyInArea
The In area supported.
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 propertyOutArea
The Out area supported.
Public propertyOutputAssemblyId
The consumer connection point (or 0 if not known).
Public propertyOutSymbol
The connection output symbol (or null).
Top
See Also