Click or drag to resize

Input Class

Encapsulates ADC voltage inputs.
Inheritance Hierarchy
SystemObject
  IO.Interfaces.ADCInput

Namespace: IO.Interfaces.ADC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Input : Voltage

The Input type exposes the following members.

Constructors
 NameDescription
Public methodInput Create an ADC voltage input.
Top
Properties
 NameDescription
Public propertyvoltage Read-only property returning the analog input voltage.
Top
See Also