Click or drag to resize

SymbolIOInfo Constructor

Constructs a SymbolIOInfo.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public SymbolIOInfo(
	DeviceArea area,
	IOEntry ioEntry,
	IOEntry moduleEntry,
	int symbolModuleOffset,
	int moduleIOOffset,
	int moduleSize,
	Symbol associatedSymbol
)

Parameters

area
Type: Demo3D.PLC.Rockwell.CommsDeviceArea
The device area.
ioEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IOEntry for the top level EIP module.
moduleEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IOEntry for module.
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.
moduleSize
Type: SystemInt32
The size of the module data.
associatedSymbol
Type: Demo3D.PLC.Comms.CIPSymbol
The associated symbol.
See Also