Method

FwupdPluginMeiDeviceget_fw_status

Declaration [src]

gchar*
fu_mei_device_get_fw_status (
  FuMeiDevice* self,
  guint idx,
  GError** error
)

Description [src]

Gets the firmware status for a specific index.

Available since:1.8.7

Parameters

idx guint
 

Line index.

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

Return value

Returns: gchar*
 

String value.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.