gpiod_ctxless_get_value_multiple_ext

@brief Read current values from a set of GPIO lines. @param device Name, path, number or label of the gpiochip. @param offsets Array of offsets of lines whose values should be read. @param values Buffer in which the values will be stored. @param num_lines Number of lines, must be > 0. @param active_low The active state of this line - true if low. @param consumer Name of the consumer. @param flags The flags for the lines. @return 0 if the operation succeeds, -1 on error.

extern (C)
int
gpiod_ctxless_get_value_multiple_ext
(
const(char)* device
,
const(uint)* offsets
,
int* values
,,,
const(char)* consumer
,
int flags
)

Meta