libhd  5.0
Data Fields
smbios_boardinfo_t Struct Reference

motherboard related information More...

#include <hd.h>

Data Fields

union u_hd_smbios_tnext
 
hd_smbios_type_t type
 
int data_len
 
unsigned char * data
 
str_list_tstrings
 
int handle
 
char * manuf
 manufacturer More...
 
char * product
 product name More...
 
char * version
 version More...
 
char * serial
 serial number More...
 
char * asset
 asset tag More...
 
hd_id_t board_type
 board type More...
 
hd_bitmap_t feature
 board features More...
 
char * location
 location in chassis More...
 
int chassis
 handle of chassis More...
 
int objects_len
 number of contained objects More...
 
int * objects
 array of object handles More...
 

Detailed Description

motherboard related information

Field Documentation

◆ asset

char* smbios_boardinfo_t::asset

asset tag

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ board_type

hd_id_t smbios_boardinfo_t::board_type

board type

Referenced by smbios_free(), and smbios_parse().

◆ chassis

int smbios_boardinfo_t::chassis

handle of chassis

Referenced by smbios_dump(), and smbios_parse().

◆ data

unsigned char* smbios_boardinfo_t::data

◆ data_len

int smbios_boardinfo_t::data_len

◆ feature

hd_bitmap_t smbios_boardinfo_t::feature

board features

Referenced by smbios_free(), and smbios_parse().

◆ handle

int smbios_boardinfo_t::handle

◆ location

char* smbios_boardinfo_t::location

location in chassis

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ manuf

char* smbios_boardinfo_t::manuf

manufacturer

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ next

union u_hd_smbios_t* smbios_boardinfo_t::next

◆ objects

int* smbios_boardinfo_t::objects

array of object handles

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ objects_len

int smbios_boardinfo_t::objects_len

number of contained objects

Referenced by smbios_dump(), and smbios_parse().

◆ product

char* smbios_boardinfo_t::product

product name

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ serial

char* smbios_boardinfo_t::serial

serial number

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ strings

str_list_t* smbios_boardinfo_t::strings

◆ type

hd_smbios_type_t smbios_boardinfo_t::type

◆ version

char* smbios_boardinfo_t::version

version

Referenced by smbios_dump(), smbios_free(), and smbios_parse().


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