Click or drag to resize

IAfterOutputs Interface

Represents a class that processes PLC outputs as soon as they're received from the PLC.

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

The IAfterOutputs type exposes the following members.

Methods
  NameDescription
Public methodAfterOutputs
Called immediately when PLC outputs are received from the PLC.
Top
See Also