SMBIOS Library
|
#include <SmbiosLowLevel.h>
Public Attributes | |
u8 | anchor [5] |
u8 | checksum |
u16 | table_length |
u32 | table_address |
u16 | table_num_structs |
u8 | smbios_bcd_revision |
Definition at line 48 of file SmbiosLowLevel.h.
u8 anchor[5] |
Definition at line 50 of file SmbiosLowLevel.h.
u8 checksum |
Definition at line 51 of file SmbiosLowLevel.h.
u8 smbios_bcd_revision |
Definition at line 55 of file SmbiosLowLevel.h.
u32 table_address |
Definition at line 53 of file SmbiosLowLevel.h.
Referenced by SmbiosMemoryStrategy::getSmbiosTableBuf(), and SmbiosTable::streamify().
u16 table_length |
Definition at line 52 of file SmbiosLowLevel.h.
Referenced by SmbiosWinGetFirmwareTableStrategy::getSmbiosTable(), SmbiosMemoryStrategy::getSmbiosTableBuf(), SmbiosTable::nextSmbiosStruct(), and SmbiosTable::streamify().
u16 table_num_structs |
Definition at line 54 of file SmbiosLowLevel.h.
Referenced by SmbiosTable::getNumberOfEntries(), SmbiosWinGetFirmwareTableStrategy::getSmbiosTable(), and SmbiosTable::streamify().