Click or drag to resize

SymbolIOInfo Class

Information about the IO device/module that a symbol refers to.
Inheritance Hierarchy

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

The SymbolIOInfo type exposes the following members.

Constructors
  NameDescription
Public methodSymbolIOInfo
Constructs a SymbolIOInfo.
Top
Properties
  NameDescription
Public propertyArea
Device area.
Public propertyAssociatedSymbol
The associated symbol.
Public propertyDeviceEntry
IOEntry for the device. This may be the same module as ModuleEntry or the parent entry.
(Inherited from IOEntryInfo.)
Public propertyIOEntry
IOEntry for the top level EIP module. This may be the same module as ModuleEntry or an antecedent entry.
(Inherited from IOEntryInfo.)
Public propertyModuleEmulatorConfig
Module Emulator configuration data.
Public propertyModuleEntry
The IOEntry for module module.
(Inherited from IOEntryInfo.)
Public propertyModuleIOOffset
The offset of the module data in the IO data.
Public propertyModuleSize
The size of the module data.
Public propertyName
Name.
Public propertySymbolModuleOffset
The offset of the associated symbol data in the module data.
Public propertySymbolName
Symbol name.
Top
Methods
See Also