Click or drag to resize

libsimpleioGPIO_open Method

Open a Linux GPIO pin device.

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

Parameters

pin  Int32
Pin number.
fd  Int32
File descriptor.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also