#include "smbios/SystemInfo.h"
#include "ExceptionImpl.h"
Go to the source code of this file.
Defines | |
#define | LIBSMBIOS_SOURCE |
Functions | |
const char * | SMBIOSGetSysInfoErrorString () |
Variables | |
smbios::Exception < smbios::IException > | SysInfoException |
#define LIBSMBIOS_SOURCE |
Definition at line 19 of file SysInfoError.cpp.
const char* SMBIOSGetSysInfoErrorString | ( | ) |
This function returns the string error message raised by any of the SystemInfo functions
Definition at line 25 of file SysInfoError.cpp.
References Exception< S >::what().
Definition at line 23 of file SysInfoError.cpp.
Referenced by SMBIOSGetAssetTag(), SMBIOSGetBiosVersion(), SMBIOSGetDellSystemId(), SMBIOSGetNvramStateBytes(), SMBIOSGetServiceTag(), SMBIOSGetSystemName(), SMBIOSGetVendorName(), SMBIOSHasNvramStateBytes(), SMBIOSIsDellSystem(), SMBIOSSetAssetTag(), SMBIOSSetNvramStateBytes(), SMBIOSSetServiceTag(), and upBootHelper().