Mir
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
miroil::Edid::Descriptor Struct Reference

#include <edid.h>

Classes

union  Value
 

Public Types

enum class  Type : uint8_t {
  timing_identifiers = 0xfa , white_point_data = 0xfb , monitor_name = 0xfc , monitor_limits = 0xfd ,
  unspecified_text = 0xfe , serial_number = 0xff , undefined = 0x00
}
 

Public Member Functions

std::string string_value () const
 

Public Attributes

Type type {Type::undefined}
 
Value value {{0}}
 

Member Enumeration Documentation

◆ Type

enum class miroil::Edid::Descriptor::Type : uint8_t
strong
Enumerator
timing_identifiers 
white_point_data 
monitor_name 
monitor_limits 
unspecified_text 
serial_number 
undefined 

Member Function Documentation

◆ string_value()

std::string miroil::Edid::Descriptor::string_value ( ) const

Member Data Documentation

◆ type

Type miroil::Edid::Descriptor::type {Type::undefined}

◆ value

Value miroil::Edid::Descriptor::value {{0}}

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

Copyright © 2012-2023 Canonical Ltd.
Generated on Tue 2 May 10:01:24 UTC 2023
This documentation is licensed under the GPL version 2 or 3.