TianoCore EDK2 master
SMBIOS_TABLE_TYPE3 Struct Reference

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

Data Fields

SMBIOS_STRUCTURE Hdr
 
SMBIOS_TABLE_STRING Manufacturer
 
UINT8 Type
 
SMBIOS_TABLE_STRING Version
 
SMBIOS_TABLE_STRING SerialNumber
 
SMBIOS_TABLE_STRING AssetTag
 
UINT8 BootupState
 The enumeration value from MISC_CHASSIS_STATE. More...
 
UINT8 PowerSupplyState
 The enumeration value from MISC_CHASSIS_STATE. More...
 
UINT8 ThermalState
 The enumeration value from MISC_CHASSIS_STATE. More...
 
UINT8 SecurityStatus
 The enumeration value from MISC_CHASSIS_SECURITY_STATE. More...
 
UINT8 OemDefined [4]
 
UINT8 Height
 
UINT8 NumberofPowerCords
 
UINT8 ContainedElementCount
 
UINT8 ContainedElementRecordLength
 
CONTAINED_ELEMENT ContainedElements [1]
 

Detailed Description

System Enclosure or Chassis (Type 3).

The information in this structure defines attributes of the system's mechanical enclosure(s). For example, if a system included a separate enclosure for its peripheral devices, two structures would be returned: one for the main, system enclosure and the second for the peripheral device enclosure. The additions to this structure in v2.1 of this specification support the population of the CIM_Chassis class.

Definition at line 471 of file SmBios.h.

Field Documentation

◆ AssetTag

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::AssetTag

Definition at line 477 of file SmBios.h.

◆ BootupState

UINT8 SMBIOS_TABLE_TYPE3::BootupState

The enumeration value from MISC_CHASSIS_STATE.

Definition at line 478 of file SmBios.h.

◆ ContainedElementCount

UINT8 SMBIOS_TABLE_TYPE3::ContainedElementCount

Definition at line 485 of file SmBios.h.

◆ ContainedElementRecordLength

UINT8 SMBIOS_TABLE_TYPE3::ContainedElementRecordLength

Definition at line 486 of file SmBios.h.

◆ ContainedElements

CONTAINED_ELEMENT SMBIOS_TABLE_TYPE3::ContainedElements[1]

Definition at line 490 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE3::Hdr

Definition at line 472 of file SmBios.h.

◆ Height

UINT8 SMBIOS_TABLE_TYPE3::Height

Definition at line 483 of file SmBios.h.

◆ Manufacturer

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::Manufacturer

Definition at line 473 of file SmBios.h.

◆ NumberofPowerCords

UINT8 SMBIOS_TABLE_TYPE3::NumberofPowerCords

Definition at line 484 of file SmBios.h.

◆ OemDefined

UINT8 SMBIOS_TABLE_TYPE3::OemDefined[4]

Definition at line 482 of file SmBios.h.

◆ PowerSupplyState

UINT8 SMBIOS_TABLE_TYPE3::PowerSupplyState

The enumeration value from MISC_CHASSIS_STATE.

Definition at line 479 of file SmBios.h.

◆ SecurityStatus

UINT8 SMBIOS_TABLE_TYPE3::SecurityStatus

The enumeration value from MISC_CHASSIS_SECURITY_STATE.

Definition at line 481 of file SmBios.h.

◆ SerialNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::SerialNumber

Definition at line 476 of file SmBios.h.

◆ ThermalState

UINT8 SMBIOS_TABLE_TYPE3::ThermalState

The enumeration value from MISC_CHASSIS_STATE.

Definition at line 480 of file SmBios.h.

◆ Type

UINT8 SMBIOS_TABLE_TYPE3::Type

Definition at line 474 of file SmBios.h.

◆ Version

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::Version

Definition at line 475 of file SmBios.h.


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