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

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

#include <type0.h>

Data Fields

char * characteristics
char * characteristics_ext_byte1
char * characteristics_ext_byte2
uint16_t extended_rom_size
char extended_rom_size_unit [5]

Detailed Description

Decoded forms of the Type 0 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 62 of file type0.h.

Field Documentation

◆ characteristics

char* lazybiosType0Decoded_t::characteristics

Definition at line 65 of file type0.h.

◆ characteristics_ext_byte1

char* lazybiosType0Decoded_t::characteristics_ext_byte1

Definition at line 66 of file type0.h.

◆ characteristics_ext_byte2

char* lazybiosType0Decoded_t::characteristics_ext_byte2

Definition at line 67 of file type0.h.

◆ extended_rom_size

uint16_t lazybiosType0Decoded_t::extended_rom_size

Definition at line 63 of file type0.h.

◆ extended_rom_size_unit

char lazybiosType0Decoded_t::extended_rom_size_unit[5]

Definition at line 64 of file type0.h.


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