Method

FwupdDeviceget_serial

Declaration [src]

const gchar*
fwupd_device_get_serial (
  FwupdDevice* self
)

Description [src]

Gets the serial number for the device.

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.