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
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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