Click or drag to resize

CommsEventsEventActions Constructor

Constructs EventActions.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public EventActions(
	Action? configChanged,
	Action<IComponentLogger?>? construct,
	Action? afterOutputs,
	Action? beforeInputs
)

Parameters

configChanged
Type: SystemAction
Called when a configuration change is detected.
construct
Type: SystemActionIComponentLogger
Called once when the module emulator has been created in the IO process.
afterOutputs
Type: SystemAction
Called immediately when PLC outputs are received from the PLC.
beforeInputs
Type: SystemAction
Called immediately before sending PLC inputs to the PLC.
See Also