iPXE
Data Fields
smbios_header Struct Reference

An SMBIOS structure header. More...

#include <smbios.h>

Data Fields

uint8_t type
 Type. More...
 
uint8_t len
 Length. More...
 
uint16_t handle
 Handle. More...
 

Detailed Description

An SMBIOS structure header.

Definition at line 119 of file smbios.h.

Field Documentation

◆ type

uint8_t smbios_header::type

Type.

Definition at line 121 of file smbios.h.

Referenced by find_smbios_structure().

◆ len

uint8_t smbios_header::len

Length.

Definition at line 123 of file smbios.h.

Referenced by find_smbios_structure(), read_smbios_string(), read_smbios_structure(), and smbios_fetch().

◆ handle

uint16_t smbios_header::handle

Handle.

Definition at line 125 of file smbios.h.


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