Click or drag to resize

IOEntryInfo Class

Information about the IO device/module.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.CIPIOEntryInfo

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

The IOEntryInfo type exposes the following members.

Constructors
  NameDescription
Public methodIOEntryInfo
Constructs an IOEntryInfo.
Top
Properties
  NameDescription
Public propertyDeviceEntry
IOEntry for the device. This may be the same module as ModuleEntry or the parent entry.
Public propertyIOEntry
IOEntry for the top level EIP module. This may be the same module as ModuleEntry or an antecedent entry.
Public propertyModuleEntry
The IOEntry for module module.
Public propertyName
Name.
Public propertySymbolName
Symbol name.
Top
Methods
See Also