IOMapEntry Class |
Namespace: Demo3D.PLC.Rockwell.Comms.CIP
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class IOMapEntry
The IOMapEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| IOMapEntry |
Constructs an IOMapEntry.
|
| Name | Description | |
|---|---|---|
| CatalogNumber |
The catalog number (if known).
| |
| ChassisSize |
The chassis size (or -1).
| |
| Children |
Children in the IO configuration tree.
| |
| CompatibleModule |
Compatible module bit set.
| |
| ConfigSymbol |
The module configuration symbol (or null).
| |
| ConnectionData |
IOConnection data (or null).
| |
| EDSInfo |
EDS info for this entry.
| |
| IOInSymbol |
The IO input symbol (or null).
| |
| IOOutSymbol |
The IO output symbol (or null).
| |
| KeyMask |
Key mask.
| |
| MapData |
IOMap data.
| |
| MapSymbol |
The module IO Map symbol (or null).
| |
| ModuleInSymbol |
The module input symbol (or null).
| |
| ModuleOutSymbol |
The module output symbol (or null).
| |
| ModulePISymbol |
The module PI symbol (or null).
| |
| ModulePOSymbol |
The module PO symbol (or null).
| |
| ModulePSymbol |
The module P symbol (or null).
| |
| Name |
The module name.
| |
| Parent |
The parent in the IO configutation tree.
| |
| SymbolName |
The module symbol name.
| |
| Type |
The IO Map entry type.
|
| Name | Description | |
|---|---|---|
| SetParent |
Sets the parent IOMapEntry.
| |
| ToString |
Returns a string that represents the current entry.
(Overrides ObjectToString.) |