gpiohandle_data.values

when getting the state of lines this contains the current state of a line, when setting the state of lines these should contain the desired target state

struct gpiohandle_data
ubyte[GPIOHANDLES_MAX] values;

Meta