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

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

#include <type4.h>

Data Fields

char * processor_characteristics
const char * processor_family
const char * processor_family_2
const char * processor_type
const char * processor_upgrade
char * status
char * voltage

Detailed Description

Decoded forms of the Type 4 encoded fields.

Each member holds the decoded form of the raw field it is named for. Consult the matching field_status member before using one.

Definition at line 76 of file type4.h.

Field Documentation

◆ processor_characteristics

char* lazybiosType4Decoded_t::processor_characteristics

Definition at line 83 of file type4.h.

◆ processor_family

const char* lazybiosType4Decoded_t::processor_family

Definition at line 77 of file type4.h.

◆ processor_family_2

const char* lazybiosType4Decoded_t::processor_family_2

Definition at line 78 of file type4.h.

◆ processor_type

const char* lazybiosType4Decoded_t::processor_type

Definition at line 79 of file type4.h.

◆ processor_upgrade

const char* lazybiosType4Decoded_t::processor_upgrade

Definition at line 80 of file type4.h.

◆ status

char* lazybiosType4Decoded_t::status

Definition at line 82 of file type4.h.

◆ voltage

char* lazybiosType4Decoded_t::voltage

Definition at line 81 of file type4.h.


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