Click or drag to resize

libsimpleioADC_get_name Method

Get the subsystem name for the specified Linux IIO A/D converter device.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void ADC_get_name(
	int chip,
	StringBuilder name,
	int size,
	out int error
)

Parameters

chip  Int32
Linux IIO device number.
name  StringBuilder
Destination buffer.
size  Int32
Size of destination buffer.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also