libfru 3.0.2.gb79b203
FRU Manupulation Library
|
The exploded representation of product info area. More...
#include <fru.h>
Data Fields | |
fru_lang_t | lang |
fru_field_t | mfg |
Product manufacturer. | |
fru_field_t | pname |
Product name. | |
fru_field_t | pn |
Product part number. | |
fru_field_t | ver |
Product version. | |
fru_field_t | serial |
Product serial number. | |
fru_field_t | atag |
Product asset tag. | |
fru_field_t | file |
FRU File ID. | |
fru_custom_t | cust |
List of custom fields. | |
The exploded representation of product info area.
Contains fields as per IPMI FRU Specification Table 12-1, in their decoded state
fru_field_t fru_product_t::atag |
Product asset tag.
fru_custom_t fru_product_t::cust |
List of custom fields.
fru_field_t fru_product_t::file |
FRU File ID.
fru_lang_t fru_product_t::lang |
fru_field_t fru_product_t::mfg |
Product manufacturer.
fru_field_t fru_product_t::pn |
Product part number.
fru_field_t fru_product_t::pname |
Product name.
fru_field_t fru_product_t::serial |
Product serial number.
fru_field_t fru_product_t::ver |
Product version.