Portable battery identity, chemistry, capacity, voltage, and SBDS information. More...
Data Structures | |
| struct | lazybiosType22_t |
| Parsed SMBIOS Type 22 Portable Battery. More... | |
| struct | lazybiosType22Array_t |
| A parsed set of SMBIOS Type 22 structures. More... | |
Functions | |
| void | lazybiosFreeType22 (lazybiosType22Array_t *Type22) |
| Releases a parsed set of SMBIOS Type 22 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType22Array_t * | lazybiosGetType22 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 22 structures. | |
Portable battery identity, chemistry, capacity, voltage, and SBDS information.
| void lazybiosFreeType22 | ( | lazybiosType22Array_t * | Type22 | ) |
#include <type22.h>
Releases a parsed set of SMBIOS Type 22 structures.
| Type22 | Set to release; may be NULL. |
References lazybiosFreeType22().
Referenced by lazybiosFreeType22().
| LAZYBIOS_WARN_UNUSED lazybiosType22Array_t * lazybiosGetType22 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type22.h>
Parses all SMBIOS Type 22 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType22().
Referenced by lazybiosGetType22().