libgpiod  1.0
Data Fields
gpiod_ctxless_event_poll_fd Struct Reference

Helper structure for the ctxless event loop poll callback. More...

#include <gpiod.h>

Data Fields

int fd
 File descriptor number. More...
 
bool event
 Indicates whether an event occurred on this file descriptor. More...
 

Detailed Description

Helper structure for the ctxless event loop poll callback.

Definition at line 210 of file gpiod.h.

Field Documentation

◆ event

bool gpiod_ctxless_event_poll_fd::event

Indicates whether an event occurred on this file descriptor.

Definition at line 213 of file gpiod.h.

◆ fd

int gpiod_ctxless_event_poll_fd::fd

File descriptor number.

Definition at line 211 of file gpiod.h.


The documentation for this struct was generated from the following file: