gpiod_line_event_wait

@brief Wait for an event on a single line. @param line GPIO line object. @param timeout Wait time limit. @return 0 if wait timed out, -1 if an error occurred, 1 if an event occurred.

extern (C)
int
gpiod_line_event_wait
(,
const(timespec)* timeout
)

Meta