Click or drag to resize

Sample Class

Encapsulates Linux Industrial I/O Subsystem ADC inputs usingi libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.ADCSample

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

The Sample type exposes the following members.

Constructors
 NameDescription
Public methodSample Constructor for a single ADC input.
Top
Properties
 NameDescription
Public propertyfd Read-only property returning the Linux file descriptor for the ADC input.
Public propertyresolution Read-only property returning the number of bits of resolution.
Public propertysample Read-only property returning an integer analog sample from an ADC input.
Top
Methods
 NameDescription
Public methodStatic membername Retrieve the subsystem name string for a Linux Industrial I/O Subsystem ADC device.
Top
See Also