Click or drag to resize

IBeforeInputs Interface

Represents a class that computes PLC inputs immediately before sending to the PLC.

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

The IBeforeInputs type exposes the following members.

Methods
  NameDescription
Public methodBeforeInputs
Called immediately before sending PLC inputs to the PLC.
Top
See Also