Click or drag to resize

Sample Interface

Abstract interface for ADC inputs returning an integer sample value.

Namespace: IO.Interfaces.ADC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Sample

The Sample type exposes the following members.

Properties
 NameDescription
Public propertyresolution Read-only property returning the number of bits of resolution.
Public propertysample Read-only property returning an integer analog sample value.
Top
See Also