lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
lazybiosType9Decoded_t Struct Reference

Decoded forms of the Type 9 encoded fields. More...

#include <type9.h>

Data Fields

const char * current_usage
const char * data_bus_width
char * device_function_number
char * slot_characteristics_1
char * slot_characteristics_2
const char * slot_data_bus_width
const char * slot_height
const char * slot_length
const char * slot_physical_width
const char * slot_type

Detailed Description

Decoded forms of the Type 9 encoded fields.

Each member holds the decoded form of the raw field it is named for. Consult the matching field_status member before using one.

Definition at line 95 of file type9.h.

Field Documentation

◆ current_usage

const char* lazybiosType9Decoded_t::current_usage

Definition at line 96 of file type9.h.

◆ data_bus_width

const char* lazybiosType9Decoded_t::data_bus_width

Definition at line 97 of file type9.h.

◆ device_function_number

char* lazybiosType9Decoded_t::device_function_number

Definition at line 105 of file type9.h.

◆ slot_characteristics_1

char* lazybiosType9Decoded_t::slot_characteristics_1

Definition at line 103 of file type9.h.

◆ slot_characteristics_2

char* lazybiosType9Decoded_t::slot_characteristics_2

Definition at line 104 of file type9.h.

◆ slot_data_bus_width

const char* lazybiosType9Decoded_t::slot_data_bus_width

Definition at line 98 of file type9.h.

◆ slot_height

const char* lazybiosType9Decoded_t::slot_height

Definition at line 99 of file type9.h.

◆ slot_length

const char* lazybiosType9Decoded_t::slot_length

Definition at line 100 of file type9.h.

◆ slot_physical_width

const char* lazybiosType9Decoded_t::slot_physical_width

Definition at line 101 of file type9.h.

◆ slot_type

const char* lazybiosType9Decoded_t::slot_type

Definition at line 102 of file type9.h.


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