Click or drag to resize

IOMapData Class

Data from IOMap class.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.CIPIOMapData

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

The IOMapData type exposes the following members.

Constructors
  NameDescription
Public methodIOMapData
Constructs an IOMapData.
Top
Properties
  NameDescription
Public propertyAddress
Map address.
Public propertyCompatibleModule
Compatible module bit set.
Public propertyConfigAddress
Configuration data address.
Public propertyConfigScript
Configuration script.
Public propertyConfigScriptPath
Configuration script EPATH.
Public propertyConfiguration
Configuration data.
Public propertyEDSInfo
EDS info for this entry.
Public propertyFaultCode
Fault code.
Public propertyFaultInfo
Fault info.
Public propertyInstanceId
The instance id.
Public propertyKey
The EDS info (with the compatibility bit encoded in the revision major).
Public propertyKeyMask
Key mask.
Public propertyLinkAddr
Link address.
Public propertyLinkPort
Link port.
Public propertyMapAddress
Address of map entry.
Public propertyMode
Mode.
Public propertyParentInst
Parent instance id.
Public propertyPath
Map path.
Public propertyStatus
Status.
Public propertyStorage
Storage data.
Public propertyStorageId
Storage instance id.
Public propertyType
The IO Map entry type.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current data.
(Overrides ObjectToString.)
Top
See Also