Click or drag to resize

ADC Class

Encapsulates remote A/D inputs.
Inheritance Hierarchy
SystemObject
  IO.Objects.RemoteIOADC

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class ADC : Sample

The ADC type exposes the following members.

Constructors
 NameDescription
Public methodADC Create a remote A/D input.
Top
Properties
 NameDescription
Public propertyresolution Read-only property returning the number of bits of resolution.
Public propertysample Read-only property returning an integer analog input sample.
Top
See Also