Click or drag to resize

IOEntry Constructor

Constructs an IOEntry.

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

Parameters

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