Click or drag to resize

EmulatorEventsEventActionsConstruct Property

An action to call once when the module emulator has been created and tags bound, to allow final emulator construction.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Action<MessageRouter, IComponentLogger?>? Construct { get; }

Property Value

Type: ActionMessageRouter, IComponentLogger
Remarks

Will be called before the PLC connects to the device.

May be called in any thread.

See Also