TianoCore EDK2 master
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. More...
 
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 373 of file SmBios.h.

Field Documentation

◆ AssetTag

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::AssetTag

Definition at line 379 of file SmBios.h.

◆ BoardType

UINT8 SMBIOS_TABLE_TYPE2::BoardType

The enumeration value from BASE_BOARD_TYPE.

Definition at line 383 of file SmBios.h.

◆ ChassisHandle

UINT16 SMBIOS_TABLE_TYPE2::ChassisHandle

Definition at line 382 of file SmBios.h.

◆ ContainedObjectHandles

UINT16 SMBIOS_TABLE_TYPE2::ContainedObjectHandles[1]

Definition at line 385 of file SmBios.h.

◆ FeatureFlag

BASE_BOARD_FEATURE_FLAGS SMBIOS_TABLE_TYPE2::FeatureFlag

Definition at line 380 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE2::Hdr

Definition at line 374 of file SmBios.h.

◆ LocationInChassis

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::LocationInChassis

Definition at line 381 of file SmBios.h.

◆ Manufacturer

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::Manufacturer

Definition at line 375 of file SmBios.h.

◆ NumberOfContainedObjectHandles

UINT8 SMBIOS_TABLE_TYPE2::NumberOfContainedObjectHandles

Definition at line 384 of file SmBios.h.

◆ ProductName

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::ProductName

Definition at line 376 of file SmBios.h.

◆ SerialNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::SerialNumber

Definition at line 378 of file SmBios.h.

◆ Version

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE2::Version

Definition at line 377 of file SmBios.h.


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