Table of Contents

Interface IDigitalOutputsTerminal

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

Represents an interface for a terminal with digital outputs.

public interface IDigitalOutputsTerminal

Properties

Outputs

Gets the outputs.

IReadOnlyList<DigitalOutput> Outputs { get; }

Property Value

IReadOnlyList<DigitalOutput>