Click or drag to resize

SymbolIOInfo Constructor

Constructs a SymbolIOInfo.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public SymbolIOInfo(
	DeviceArea area,
	IOMapEntry ioEntry,
	IOMapEntry 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.CIPIOMapEntry
The IOMap entry for the top level EIP module.
moduleEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOMapEntry
The IOMap entry 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