Click or drag to resize

SymbolIO Class

Information about the IO device/module that a symbol refers to.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.CIPSymbolIO

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

The SymbolIO type exposes the following members.

Constructors
 NameDescription
Public methodSymbolIO Constructs a SymbolIO.
Top
Properties
 NameDescription
Public propertyArea Device area.
Public propertyIOEntry The module IO Map entry.
Public propertyModuleIOOffset The offset of the module data in the IO data.
Public propertySymbolModuleOffset The offset of the associated symbol data in the module data.
Top
See Also