Table of Contents

Interface IDigitalInput

Namespace
Loehnert.IO.Contracts
Assembly
Loehnert.IO.dll

Provides functionality for an digital input.

public interface IDigitalInput : IHasKey, IHasDescription
Inherited Members

Properties

Value

Gets a value indicating whether input value is high.

bool Value { get; }

Property Value

bool

Methods

GetValue()

Gets the value.

bool GetValue()

Returns

bool

The input value.