Click or drag to resize

IOEntry Constructor

Constructs an IOEntry.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected IOEntry(
	IOMap ioMap,
	string catalogNumber,
	PLCSymbol? mapSymbol,
	IReadOnlyList<ConnectionSymbols> connections,
	Dictionary<DeviceArea, PLCSymbol> deviceSymbols,
	Dictionary<DeviceArea, TagPath> tagPaths
)

Parameters

ioMap
Type: Demo3D.PLC.Rockwell.Comms.CIP.NodesIOMap
The IOMap.
catalogNumber
Type: SystemString
The catalog number (or null).
mapSymbol
Type: Demo3D.PLC.Rockwell.Comms.CIPPLCSymbol
The IO Map symbol.
connections
Type: System.Collections.GenericIReadOnlyListConnectionSymbols
A list of connections and their associated symbols.
deviceSymbols
Type: System.Collections.GenericDictionaryDeviceArea, PLCSymbol
The device area symbols.
tagPaths
Type: System.Collections.GenericDictionaryDeviceArea, TagPath
Tag paths to area symbols.
See Also