Method

FwupdPluginSmbiosget_data

Declaration [src]

GPtrArray*
fu_smbios_get_data (
  FuSmbios* self,
  guint8 type,
  GError** error
)

Description [src]

Reads all the SMBIOS data blobs of a specified type.

Available since:1.9.8

Parameters

type guint8
 

A structure type, e.g. FU_SMBIOS_STRUCTURE_TYPE_BIOS.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: An array of GBytes*
 

A GBytes, or NULL if invalid or not found.

 The caller of the method takes ownership of the data container, but not the data inside it.