Click or drag to resize

CommsEventsEventActionsConfigChanged Property

An action to call when a configuration change is detected.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Action? ConfigChanged { get; }

Property Value

Type: Action
Remarks

Will be called in the low level emulator process.

May be called in any thread.

See Also