Click or drag to resize

libsimpleioADC_open Method

Open a Linux IIO A/D converter input device.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void ADC_open(
	int chip,
	int channel,
	out int fd,
	out int error
)

Parameters

chip  Int32
Linux IIO device number.
channel  Int32
Input channel number.
fd  Int32
File descriptor.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also