GpioChip.requestLine

Returns a file descriptor you can pass to pullLine or getLine (pullLine for OUTPUT, getLine for INPUT).

struct GpioChip
int
requestLine
(
string label
,
scope uint[] lines
,
int flags
,
scope ubyte[] defaults
)

Meta