TianoCore EDK2 master
Loading...
Searching...
No Matches
SmbiosTableGenerator Struct Reference

#include <DynamicTablesPkg/Include/SmbiosTableGenerator.h>

Data Fields

SMBIOS_TABLE_GENERATOR_ID GeneratorID
 The SMBIOS table generator ID.
 
CONST CHAR16 * Description
 
SMBIOS_TYPE Type
 The SMBIOS table type.
 
SMBIOS_TABLE_GENERATOR_BUILD_TABLE BuildSmbiosTable
 SMBIOS table build function pointer.
 
SMBIOS_TABLE_GENERATOR_FREE_TABLE FreeTableResources
 

Detailed Description

The SMBIOS_TABLE_GENERATOR structure provides an interface that the Table Manager can use to invoke the functions to build SMBIOS tables.

Definition at line 174 of file SmbiosTableGenerator.h.

Field Documentation

◆ BuildSmbiosTable

SMBIOS_TABLE_GENERATOR_BUILD_TABLE SmbiosTableGenerator::BuildSmbiosTable

SMBIOS table build function pointer.

Definition at line 186 of file SmbiosTableGenerator.h.

◆ Description

CONST CHAR16* SmbiosTableGenerator::Description

String describing the DT table generator.

Definition at line 180 of file SmbiosTableGenerator.h.

◆ FreeTableResources

SMBIOS_TABLE_GENERATOR_FREE_TABLE SmbiosTableGenerator::FreeTableResources

The function to free any resources allocated for building the SMBIOS table.

Definition at line 191 of file SmbiosTableGenerator.h.

◆ GeneratorID

SMBIOS_TABLE_GENERATOR_ID SmbiosTableGenerator::GeneratorID

The SMBIOS table generator ID.

Definition at line 176 of file SmbiosTableGenerator.h.

◆ Type

SMBIOS_TYPE SmbiosTableGenerator::Type

The SMBIOS table type.

Definition at line 183 of file SmbiosTableGenerator.h.


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