Interface IDigitalInput
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
Methods
GetValue()
Gets the value.
bool GetValue()
Returns
- bool
The input value.