RADLib
RADical C++ application framework
RADDisplay::BacklightInfo Struct Reference

Backlight device summary. More...

#include <RADDisplay.h>

Public Attributes

std::string name
 Backlight device name. More...
 
std::string path
 Sysfs path. More...
 
int brightness = -1
 Current brightness. More...
 
int maxBrightness = -1
 Maximum brightness. More...
 

Detailed Description

Backlight device summary.

Member Data Documentation

◆ brightness

int RADDisplay::BacklightInfo::brightness = -1

Current brightness.

◆ maxBrightness

int RADDisplay::BacklightInfo::maxBrightness = -1

Maximum brightness.

◆ name

std::string RADDisplay::BacklightInfo::name

Backlight device name.

◆ path

std::string RADDisplay::BacklightInfo::path

Sysfs path.


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