CommsEventsEventActionsAfterOutputs Property |
An action to call immediately when PLC outputs are received from the PLC.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic Action? AfterOutputs { get; }Property Value
Type:
Action
Remarks
Called at the RPI and should run as fast as possible without blocking.
May be called in any thread.
See Also