Public API for SMBIOS Type 29 Electrical Current Probe. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType29_t |
| Parsed SMBIOS Type 29 Electrical Current Probe information. More... | |
| struct | lazybiosType29Array_t |
| A parsed set of SMBIOS Type 29 structures. More... | |
| struct | lazybiosType29Decoded_t |
| Decoded forms of the Type 29 encoded fields. More... | |
| struct | lazybiosType29FieldStatus_t |
| Availability metadata for SMBIOS Type 29 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType29 (lazybiosType29Array_t *Type29) |
| Releases a parsed set of SMBIOS Type 29 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType29Array_t * | lazybiosGetType29 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 29 structures. | |
Public API for SMBIOS Type 29 Electrical Current Probe.
Definition in file type29.h.