gpiohandle_data

Information of values on a GPIO handle

version(linux)
extern (C)
struct gpiohandle_data {}

Members

Variables

values
ubyte[GPIOHANDLES_MAX] 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

Suggestion Box / Bug Report