libgpiod  0.3.2
Data Fields
gpiod_line_event Struct Reference

Structure holding event info. More...

#include <gpiod.h>

Data Fields

struct timespec ts
 Best estimate of time of event occurrence. More...
 
int event_type
 Type of the event that occurred. More...
 

Detailed Description

Structure holding event info.

Definition at line 652 of file gpiod.h.

Field Documentation

◆ event_type

int gpiod_line_event::event_type

Type of the event that occurred.

Definition at line 655 of file gpiod.h.

◆ ts

struct timespec gpiod_line_event::ts

Best estimate of time of event occurrence.

Definition at line 653 of file gpiod.h.


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