libgpiod 1.6.3
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.
 
int request_type
 Request type.
 
int flags
 Other configuration flags.
 

Detailed Description

Structure holding configuration of a line request.

Definition at line 1008 of file gpiod.h.

Field Documentation

◆ consumer

const char* gpiod_line_request_config::consumer

Name of the consumer.

Definition at line 1009 of file gpiod.h.

◆ flags

int gpiod_line_request_config::flags

Other configuration flags.

Definition at line 1013 of file gpiod.h.

◆ request_type

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: