libfru 3.0.2.gb79b203
FRU Manupulation Library
|
The exploded representation of chassis info area. More...
#include <fru.h>
Data Fields | |
uint8_t | type |
Chassis type as per SMBIOS specification. | |
fru_field_t | pn |
Part Number. | |
fru_field_t | serial |
Serial Number. | |
fru_custom_t | cust |
List of custom fields. | |
The exploded representation of chassis info area.
Contains fields as per IPMI FRU Specification Table 10-1, in their decoded state
fru_custom_t fru_chassis_t::cust |
List of custom fields.
fru_field_t fru_chassis_t::pn |
Part Number.
fru_field_t fru_chassis_t::serial |
Serial Number.
uint8_t fru_chassis_t::type |
Chassis type as per SMBIOS specification.