TianoCore EDK2 master
SMBIOS_TABLE_TYPE1 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
SMBIOS_TABLE_STRING Manufacturer
 
SMBIOS_TABLE_STRING ProductName
 
SMBIOS_TABLE_STRING Version
 
SMBIOS_TABLE_STRING SerialNumber
 
GUID Uuid
 
UINT8 WakeUpType
 The enumeration value from MISC_SYSTEM_WAKEUP_TYPE. More...
 
SMBIOS_TABLE_STRING SKUNumber
 
SMBIOS_TABLE_STRING Family
 

Detailed Description

System Information (Type 1).

The information in this structure defines attributes of the overall system and is intended to be associated with the Component ID group of the system's MIF. An SMBIOS implementation is associated with a single system instance and contains one and only one System Information (Type 1) structure.

Definition at line 324 of file SmBios.h.

Field Documentation

◆ Family

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE1::Family

Definition at line 333 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE1::Hdr

Definition at line 325 of file SmBios.h.

◆ Manufacturer

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE1::Manufacturer

Definition at line 326 of file SmBios.h.

◆ ProductName

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE1::ProductName

Definition at line 327 of file SmBios.h.

◆ SerialNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE1::SerialNumber

Definition at line 329 of file SmBios.h.

◆ SKUNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE1::SKUNumber

Definition at line 332 of file SmBios.h.

◆ Uuid

GUID SMBIOS_TABLE_TYPE1::Uuid

Definition at line 330 of file SmBios.h.

◆ Version

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE1::Version

Definition at line 328 of file SmBios.h.

◆ WakeUpType

UINT8 SMBIOS_TABLE_TYPE1::WakeUpType

The enumeration value from MISC_SYSTEM_WAKEUP_TYPE.

Definition at line 331 of file SmBios.h.


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