Click or drag to resize

IOModule Class

An entry in the IO configuration tree.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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 propertyName
The module name.
Public propertyTypeId
Type ID (or 0 if not known).
Public propertyUpdateRate
The expected update rate (microseconds), or 0.
Top
Methods
Remarks
Cast to IOEntry for additional Rockwell specific information.
See Also