Click or drag to resize

SymbolIO Constructor

Constructs a SymbolIO.

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

Parameters

area
Type: DeviceAreaProperties
The device area.
symbolModuleOffset
Type: SystemInt32
The offset of the associated symbol data in the module data.
moduleIOOffset
Type: SystemInt32
The offset of the module data in the IO data.
ioEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The module IO Map entry.
See Also