Method

FwupdPluginDeviceset_logical_id

Declaration [src]

void
fu_device_set_logical_id (
  FuDevice* self,
  const gchar* logical_id
)

Description [src]

Sets the logical ID on the device. This is designed to disambiguate devices with the same physical ID.

Available since:1.1.2

Parameters

logical_id const gchar*
 

A string, e.g. dev2

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.