Click or drag to resize

IOMapEntry Class

An entry in the IO Map.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.CIPIOMapEntry

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

The IOMapEntry type exposes the following members.

Constructors
  NameDescription
Protected methodIOMapEntry
Constructs an IOMapEntry.
Top
Properties
  NameDescription
Public propertyCatalogNumber
The catalog number (if known).
Public propertyChassisSize
The chassis size (or -1).
Public propertyChildren
Children in the IO configuration tree.
Public propertyCompatibleModule
Compatible module bit set.
Public propertyConfigSymbol
The module configuration symbol (or null).
Public propertyConnectionData
IOConnection data (or null).
Public propertyEDSInfo
EDS info for this entry.
Public propertyIOInSymbol
The IO input symbol (or null).
Public propertyIOOutSymbol
The IO output symbol (or null).
Public propertyKeyMask
Key mask.
Public propertyMapData
IOMap data.
Public propertyMapSymbol
The module IO Map symbol (or null).
Public propertyModuleInSymbol
The module input symbol (or null).
Public propertyModuleOutSymbol
The module output symbol (or null).
Public propertyModulePISymbol
The module PI symbol (or null).
Public propertyModulePOSymbol
The module PO symbol (or null).
Public propertyModulePSymbol
The module P symbol (or null).
Public propertyName
The module name.
Public propertyParent
The parent in the IO configutation tree.
Public propertySymbolName
The module symbol name.
Public propertyType
The IO Map entry type.
Top
Methods
  NameDescription
Public methodSetParent
Sets the parent IOMapEntry.
Public methodToString
Returns a string that represents the current entry.
(Overrides ObjectToString.)
Top
See Also