Click or drag to resize

PseudoSymbol Constructor

Constructs a pseudo symbol.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public PseudoSymbol(
	string name,
	DeviceArea area,
	PlcType dataType,
	SymbolIOInfo symbolIoInfo
)

Parameters

name
Type: SystemString
The symbol name.
area
Type: Demo3D.PLC.Rockwell.CommsDeviceArea
Device area.
dataType
Type: Demo3D.PLC.Comms.CIPPlcType
The symbol data type.
symbolIoInfo
Type: Demo3D.PLC.Rockwell.Comms.CIPSymbolIOInfo
Symbol IO info of the device/module to which this symbol belongs.
See Also