Click or drag to resize

EmulatorEventsEventActions Class

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

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

The EmulatorEventsEventActions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyComputeInputs
An action to call to compute PLC inputs immediately after new data is received from the low level emulator.
Public propertyConstruct
An action to call once when the module emulator has been created and tags bound, to allow final emulator construction.
Public propertyProcessOutputs
An action to call to process PLC outputs just before passing then to the low level emulator.
Top
See Also