Click or drag to resize

CommsEventsEventActions Class

Event actions.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPCommsEventsEventActions

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class EventActions

The CommsEventsEventActions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAfterOutputs
An action to call immediately when PLC outputs are received from the PLC.
Public propertyBeforeInputs
An action to call immediately before sending PLC inputs to the PLC.
Public propertyConfigChanged
An action to call when a configuration change is detected.
Public propertyConstruct
An action to call once when the module emulator has been created in the IO process.
Top
See Also