lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
type16.h File Reference

Public API for SMBIOS Type 16 Physical Memory Array Information. More...

Go to the source code of this file.

Data Structures

struct  lazybiosType16_t
 Parsed SMBIOS Type 16 Physical Memory Array Information. More...
struct  lazybiosType16Array_t
 A parsed set of SMBIOS Type 16 structures. More...
struct  lazybiosType16Decoded_t
 Decoded forms of the Type 16 encoded fields. More...
struct  lazybiosType16FieldStatus_t
 Availability metadata for SMBIOS Type 16 fields. More...

Macros

#define LAZYBIOS_TYPE_HEADER_ONLY

Functions

void lazybiosFreeType16 (lazybiosType16Array_t *Type16)
 Releases a parsed set of SMBIOS Type 16 structures.
LAZYBIOS_WARN_UNUSED lazybiosType16Array_tlazybiosGetType16 (const lazybiosDMI_t *DMIData)
 Parses all SMBIOS Type 16 structures.

Detailed Description

Public API for SMBIOS Type 16 Physical Memory Array Information.

Author
LazySeldi

Definition in file type16.h.

Macro Definition Documentation

◆ LAZYBIOS_TYPE_HEADER_ONLY

#define LAZYBIOS_TYPE_HEADER_ONLY

Definition at line 29 of file type16.h.