Click or drag to resize

SymbolIO Constructor

Constructs a SymbolIO.

Namespace: Demo3D.PLC.Rockwell.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public SymbolIO(
	DeviceAreaProperties area,
	int symbolModuleOffset,
	int moduleIOOffset,
	IOEntry? ioEntry
)

Parameters

area  DeviceAreaProperties
The device area.
symbolModuleOffset  Int32
The offset of the associated symbol data in the module data.
moduleIOOffset  Int32
The offset of the module data in the IO data.
ioEntry  IOEntry
The module IO Map entry.
See Also