Click or drag to resize

IComputeInputs Interface

Represents a class that computes PLC inputs.

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

The IComputeInputs type exposes the following members.

Methods
  NameDescription
Public methodComputeInputs
Called when PLC inputs need to be computed.
Top
See Also