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

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

#include <type5.h>

Data Fields

const char * current_interleave
char * enabled_error_correcting_capabilities
char * error_correcting_capability
const char * error_detecting_method
char * memory_module_voltage
const char * supported_interleave
char * supported_memory_types
char * supported_speeds

Detailed Description

Decoded forms of the Type 5 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 59 of file type5.h.

Field Documentation

◆ current_interleave

const char* lazybiosType5Decoded_t::current_interleave

Definition at line 60 of file type5.h.

◆ enabled_error_correcting_capabilities

char* lazybiosType5Decoded_t::enabled_error_correcting_capabilities

Definition at line 64 of file type5.h.

◆ error_correcting_capability

char* lazybiosType5Decoded_t::error_correcting_capability

Definition at line 63 of file type5.h.

◆ error_detecting_method

const char* lazybiosType5Decoded_t::error_detecting_method

Definition at line 61 of file type5.h.

◆ memory_module_voltage

char* lazybiosType5Decoded_t::memory_module_voltage

Definition at line 67 of file type5.h.

◆ supported_interleave

const char* lazybiosType5Decoded_t::supported_interleave

Definition at line 62 of file type5.h.

◆ supported_memory_types

char* lazybiosType5Decoded_t::supported_memory_types

Definition at line 66 of file type5.h.

◆ supported_speeds

char* lazybiosType5Decoded_t::supported_speeds

Definition at line 65 of file type5.h.


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