PIDUINO
Loading...
Searching...
No Matches
Gpio2::LineConfigAttribute

a configuration attribute associated with one or more of the requested lines. More...

#include <gpio2.h>

Inheritance diagram for Gpio2::LineConfigAttribute:
Collaboration diagram for Gpio2::LineConfigAttribute:

Public Member Functions

 LineConfigAttribute ()
 Default constructor initializes the LineConfigAttribute structure.
 
 LineConfigAttribute (const LineAttribute &attr)
 Constructor initializes the LineConfigAttribute structure with a specific attribute.
 

Detailed Description

a configuration attribute associated with one or more of the requested lines.

Definition at line 274 of file gpio2.h.

Constructor & Destructor Documentation

◆ LineConfigAttribute() [1/2]

Gpio2::LineConfigAttribute::LineConfigAttribute ( )
inline

Default constructor initializes the LineConfigAttribute structure.

Definition at line 278 of file gpio2.h.

◆ LineConfigAttribute() [2/2]

Gpio2::LineConfigAttribute::LineConfigAttribute ( const LineAttribute attr)
inline

Constructor initializes the LineConfigAttribute structure with a specific attribute.

Parameters
attrThe line attribute to be associated with the requested lines.

Definition at line 286 of file gpio2.h.