Click or drag to resize

libsimpleioGPIO_line_event Method

Read an edge trigger event from single GPIO line.

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

Parameters

fd  Int32
Linux file descriptor.
state  Int32
State of the GPIO line after the edge trigger event.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also