Click or drag to resize

IOModule Class

An entry in the IO configuration tree.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPIOModule
    Demo3D.PLC.Rockwell.Comms.CIPIOEntry

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class IOModule

The IOModule type exposes the following members.

Constructors
  NameDescription
Protected methodIOModule
Initializes a new instance of the IOModule class
Top
Properties
  NameDescription
Public propertyCatalogNumber
The catalog number (if known).
Public propertyCompatibleModule
Compatible module bit set.
Public propertyEDSInfo
EDS info for this entry.
Public propertyKeyMask
Key mask.
Public propertyMapType
Type ID (or 0 if not known).
Public propertyName
The module name.
Public propertyUpdateRate
The expected update rate (microseconds), or 0.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current entry.
(Overrides ObjectToString.)
Top
Remarks
Cast to IOEntry for additional Rockwell specific information.
See Also