iPXE
Data Fields
smbios_enclosure_information Struct Reference

SMBIOS enclosure information structure. More...

#include <smbios.h>

Data Fields

struct smbios_header header
 SMBIOS structure header. More...
 
uint8_t manufacturer
 Manufacturer string. More...
 
uint8_t type
 Type string. More...
 
uint8_t version
 Version string. More...
 
uint8_t serial
 Serial number string. More...
 
uint8_t asset_tag
 Asset tag. More...
 

Detailed Description

SMBIOS enclosure information structure.

Definition at line 177 of file smbios.h.

Field Documentation

◆ header

struct smbios_header smbios_enclosure_information::header

SMBIOS structure header.

Definition at line 179 of file smbios.h.

◆ manufacturer

uint8_t smbios_enclosure_information::manufacturer

Manufacturer string.

Definition at line 181 of file smbios.h.

◆ type

uint8_t smbios_enclosure_information::type

Type string.

Definition at line 183 of file smbios.h.

◆ version

uint8_t smbios_enclosure_information::version

Version string.

Definition at line 185 of file smbios.h.

◆ serial

uint8_t smbios_enclosure_information::serial

Serial number string.

Definition at line 187 of file smbios.h.

◆ asset_tag

uint8_t smbios_enclosure_information::asset_tag

Asset tag.

Definition at line 189 of file smbios.h.


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