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

Connector or framebuffer summary. More...

#include <RADDisplay.h>

Public Attributes

std::string name
 Stable name, such as card0-HDMI-A-1 or fb0. More...
 
std::string path
 Device or sysfs path. More...
 
std::string status
 Connection status when known. More...
 
std::string mode
 Enabled mode text when known. More...
 

Detailed Description

Connector or framebuffer summary.

Member Data Documentation

◆ mode

std::string RADDisplay::DisplayInfo::mode

Enabled mode text when known.

◆ name

std::string RADDisplay::DisplayInfo::name

Stable name, such as card0-HDMI-A-1 or fb0.

◆ path

std::string RADDisplay::DisplayInfo::path

Device or sysfs path.

◆ status

std::string RADDisplay::DisplayInfo::status

Connection status when known.


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