Class

FwupdPluginSmbios

[]

Description [src]

final class FwupdPlugin.Smbios : FwupdPlugin.Firmware {
  /* No available fields */
}

Enumerate the SMBIOS data on the system.

See also: FuHwids

[]

Constructors

fu_smbios_new

Creates a new object to parse SMBIOS data.

since: 1.0.0

[]

Instance methods

fu_smbios_get_data

Reads a SMBIOS data blob, which includes the SMBIOS section header.

since: 1.0.0

fu_smbios_get_integer

Reads an integer value from the SMBIOS string table of a specific structure.

since: 1.5.0

fu_smbios_get_string

Reads a string from the SMBIOS string table of a specific structure.

since: 1.0.0

fu_smbios_setup

Reads all the SMBIOS values from the hardware.

since: 1.0.0

fu_smbios_setup_from_file

Reads all the SMBIOS values from a DMI blob.

since: 1.0.0

fu_smbios_setup_from_path

Reads all the SMBIOS values from a specific path.

since: 1.0.0

Methods inherited from FuFirmware (52)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from FuFirmware (1)
[]

Signals

Signals inherited from GObject (1)

Class structure