Method

FwupdPluginUdevDeviceget_bind_id

Declaration [src]

const gchar*
fu_udev_device_get_bind_id (
  FuUdevDevice* self
)

Description [src]

Gets the device ID used for binding the device, e.g. pci:1:2:3

Available since:1.7.2

Return value

Returns: const gchar*
 

A bind_id, or NULL if unset or invalid.

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