TianoCore EDK2 master
Loading...
Searching...
No Matches
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.
 
UINT8 PowerSupplyState
 The enumeration value from MISC_CHASSIS_STATE.
 
UINT8 ThermalState
 The enumeration value from MISC_CHASSIS_STATE.
 
UINT8 SecurityStatus
 The enumeration value from MISC_CHASSIS_SECURITY_STATE.
 
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 490 of file SmBios.h.

Field Documentation

◆ AssetTag

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::AssetTag

Definition at line 496 of file SmBios.h.

◆ BootupState

UINT8 SMBIOS_TABLE_TYPE3::BootupState

The enumeration value from MISC_CHASSIS_STATE.

Definition at line 497 of file SmBios.h.

◆ ContainedElementCount

UINT8 SMBIOS_TABLE_TYPE3::ContainedElementCount

Definition at line 504 of file SmBios.h.

◆ ContainedElementRecordLength

UINT8 SMBIOS_TABLE_TYPE3::ContainedElementRecordLength

Definition at line 505 of file SmBios.h.

◆ ContainedElements

CONTAINED_ELEMENT SMBIOS_TABLE_TYPE3::ContainedElements[1]

Definition at line 509 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE3::Hdr

Definition at line 491 of file SmBios.h.

◆ Height

UINT8 SMBIOS_TABLE_TYPE3::Height

Definition at line 502 of file SmBios.h.

◆ Manufacturer

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::Manufacturer

Definition at line 492 of file SmBios.h.

◆ NumberofPowerCords

UINT8 SMBIOS_TABLE_TYPE3::NumberofPowerCords

Definition at line 503 of file SmBios.h.

◆ OemDefined

UINT8 SMBIOS_TABLE_TYPE3::OemDefined[4]

Definition at line 501 of file SmBios.h.

◆ PowerSupplyState

UINT8 SMBIOS_TABLE_TYPE3::PowerSupplyState

The enumeration value from MISC_CHASSIS_STATE.

Definition at line 498 of file SmBios.h.

◆ SecurityStatus

UINT8 SMBIOS_TABLE_TYPE3::SecurityStatus

The enumeration value from MISC_CHASSIS_SECURITY_STATE.

Definition at line 500 of file SmBios.h.

◆ SerialNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::SerialNumber

Definition at line 495 of file SmBios.h.

◆ ThermalState

UINT8 SMBIOS_TABLE_TYPE3::ThermalState

The enumeration value from MISC_CHASSIS_STATE.

Definition at line 499 of file SmBios.h.

◆ Type

UINT8 SMBIOS_TABLE_TYPE3::Type

Definition at line 493 of file SmBios.h.

◆ Version

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE3::Version

Definition at line 494 of file SmBios.h.


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