Click or drag to resize

IOConnectionData Class

Data from IOConnection class.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.CIPIOConnectionData

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

The IOConnectionData type exposes the following members.

Constructors
  NameDescription
Public methodIOConnectionData
Constructs an IOConnectionData.
Top
Properties
  NameDescription
Public propertyConnectionPath
The connection path (if supported).
Public propertyConsumerConnectionPoint
The consumer connection point (or 0 if not known).
Public propertyInConnectionPoint
In connection point (or 0 if not supported).
Public propertyInDataPtr
In data address.
Public propertyInDataSize
In data size.
Public propertyInstanceId
The instance id.
Public propertyOutConnectionPoint
Out connection point (or 0 if not supported).
Public propertyOutDataPtr
Out data address.
Public propertyOutDataSize
Out data size.
Public propertyProducerConnectionPoint
The producer connection point (or 0 if not known).
Public propertyType
Connection type.
Public propertyUpdateRate
Update rate.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current data.
(Overrides ObjectToString.)
Top
See Also