Method

FwupdPluginDeviceget_logical_id

Declaration [src]

const gchar*
fu_device_get_logical_id (
  FuDevice* self
)

Description [src]

Gets the logical ID set for the device, which disambiguates devices with the same physical ID.

Available since:1.1.2

Return value

Returns: const gchar*
 

A string value, or NULL if never set.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.