Click or drag to resize

IOEntryInfo Class

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

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

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.
(Overrides SimplePropertyList.Name.)
Public propertySymbolName
Symbol name.
Top
See Also