libgpiod  1.6.1
Data Fields
gpiod_line_request_config Struct Reference

Structure holding configuration of a line request. More...

#include <gpiod.h>

Data Fields

const char * consumer
 Name of the consumer. More...
 
int request_type
 Request type. More...
 
int flags
 Other configuration flags. More...
 

Detailed Description

Structure holding configuration of a line request.

Definition at line 1008 of file gpiod.h.

Field Documentation

const char* gpiod_line_request_config::consumer

Name of the consumer.

Definition at line 1009 of file gpiod.h.

int gpiod_line_request_config::flags

Other configuration flags.

Definition at line 1013 of file gpiod.h.

int gpiod_line_request_config::request_type

Request type.

Definition at line 1011 of file gpiod.h.


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