lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
lazybiosType3Decoded_t Struct Reference

Decoded forms of the Type 3 encoded fields. More...

#include <type3.h>

Data Fields

const char * boot_up_state
char ** contained_elements
const char * power_supply_state
const char * security_status
const char * thermal_state
char * type

Detailed Description

Decoded forms of the Type 3 encoded fields.

Each member mirrors the identically named raw field and points at a static string. Consult the matching field_status member before using one.

Definition at line 66 of file type3.h.

Field Documentation

◆ boot_up_state

const char* lazybiosType3Decoded_t::boot_up_state

Definition at line 67 of file type3.h.

◆ contained_elements

char** lazybiosType3Decoded_t::contained_elements

Definition at line 72 of file type3.h.

◆ power_supply_state

const char* lazybiosType3Decoded_t::power_supply_state

Definition at line 68 of file type3.h.

◆ security_status

const char* lazybiosType3Decoded_t::security_status

Definition at line 70 of file type3.h.

◆ thermal_state

const char* lazybiosType3Decoded_t::thermal_state

Definition at line 69 of file type3.h.

◆ type

char* lazybiosType3Decoded_t::type

Definition at line 71 of file type3.h.


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