gpiod_line_request_input

@brief Reserve a single line, set the direction to input. @param line GPIO line object. @param consumer Name of the consumer. @return 0 if the line was properly reserved, -1 on failure.

extern (C)
int
gpiod_line_request_input
(,
const(char)* consumer
)

Meta