TianoCore EDK2 master
Loading...
Searching...
No Matches
SMBIOS_TABLE_TYPE2 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
 
SMBIOS_TABLE_STRING AssetTag
 
BASE_BOARD_FEATURE_FLAGS FeatureFlag
 
SMBIOS_TABLE_STRING LocationInChassis
 
UINT16 ChassisHandle
 
UINT8 BoardType
 The enumeration value from BASE_BOARD_TYPE.
 
UINT8 NumberOfContainedObjectHandles
 
UINT16 ContainedObjectHandles [1]
 

Detailed Description

Base Board (or Module) Information (Type 2).

The information in this structure defines attributes of a system baseboard - for example a motherboard, planar, or server blade or other standard system module.

Definition at line 392 of file SmBios.h.

Field Documentation

◆ AssetTag

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::AssetTag

Definition at line 398 of file SmBios.h.

◆ BoardType

UINT8 SMBIOS_TABLE_TYPE2::BoardType

The enumeration value from BASE_BOARD_TYPE.

Definition at line 402 of file SmBios.h.

◆ ChassisHandle

UINT16 SMBIOS_TABLE_TYPE2::ChassisHandle

Definition at line 401 of file SmBios.h.

◆ ContainedObjectHandles

UINT16 SMBIOS_TABLE_TYPE2::ContainedObjectHandles[1]

Definition at line 404 of file SmBios.h.

◆ FeatureFlag

BASE_BOARD_FEATURE_FLAGS SMBIOS_TABLE_TYPE2::FeatureFlag

Definition at line 399 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE2::Hdr

Definition at line 393 of file SmBios.h.

◆ LocationInChassis

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::LocationInChassis

Definition at line 400 of file SmBios.h.

◆ Manufacturer

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::Manufacturer

Definition at line 394 of file SmBios.h.

◆ NumberOfContainedObjectHandles

UINT8 SMBIOS_TABLE_TYPE2::NumberOfContainedObjectHandles

Definition at line 403 of file SmBios.h.

◆ ProductName

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::ProductName

Definition at line 395 of file SmBios.h.

◆ SerialNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::SerialNumber

Definition at line 397 of file SmBios.h.

◆ Version

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::Version

Definition at line 396 of file SmBios.h.


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