Click or drag to resize

AddSymbolsAddSymbolResult Constructor

Constructs an AddSymbolResult.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public AddSymbolResult(
	TagPath? tagPath,
	DeviceAreaProperties deviceArea,
	AddSymbolsAddSymbolStatus status,
	string message
)

Parameters

tagPath
Type: Demo3D.PLC.Comms.CIPTagPath
Tag path of the symbol added.
deviceArea
Type: DeviceAreaProperties
Device area properties of the symbol added.
status
Type: Demo3D.PLC.Rockwell.EmulatorAddSymbolsAddSymbolStatus
Result.
message
Type: SystemString
Error/success message.
See Also