Click or drag to resize

IProcessOutputs Interface

Represents a class that processes PLC outputs.

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

The IProcessOutputs type exposes the following members.

Methods
  NameDescription
Public methodProcessOutputs
Called when PLC outputs need to be processed.
Top
See Also