Click or drag to resize

IOEntry Constructor

Constructs an IOEntry.

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

Parameters

ioMap  IOMap
The IOMap.
catalogNumber  String
The catalog number (or null).
mapSymbol  PLCSymbol
The IO Map symbol.
configSymbol  PLCSymbol
The config symbol.
connections  IReadOnlyListConnectionInfo
A list of connections and their associated symbols.
tagPaths  IReadOnlyDictionaryDeviceArea, TagPath
Tag paths to area symbols.
See Also