Click or drag to resize

IProcessOutputs Interface

Represents a class that processes PLC outputs before passing them to the lower level emulation.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public interface IProcessOutputs

The IProcessOutputs type exposes the following members.

Methods
  NameDescription
Public methodProcessOutputs
Called to process PLC outputs just before passing then to the low level emulator.
Top
See Also