Helper structure for the ctxless event loop poll callback.
More...
#include <gpiod.h>
|
int | fd |
| File descriptor number. More...
|
|
bool | event |
| Indicates whether an event occurred on this file descriptor. More...
|
|
Helper structure for the ctxless event loop poll callback.
Definition at line 317 of file gpiod.h.
bool gpiod_ctxless_event_poll_fd::event |
Indicates whether an event occurred on this file descriptor.
Definition at line 320 of file gpiod.h.
int gpiod_ctxless_event_poll_fd::fd |
File descriptor number.
Definition at line 318 of file gpiod.h.
The documentation for this struct was generated from the following file: