Table of Contents

Interface IDigitalInputsTerminal

Namespace
Loehnert.Lisrt.IO.Beckhoff.Terminals
Assembly
Loehnert.Lisrt.IO.Beckhoff.dll

Represents an interface for a terminal with digital inputs.

public interface IDigitalInputsTerminal

Properties

Inputs

Gets the inputs.

IReadOnlyList<DigitalInput> Inputs { get; }

Property Value

IReadOnlyList<DigitalInput>