Method

FwupdPluginEdidset_pnp_id

Declaration [src]

void
fu_edid_set_pnp_id (
  FuEdid* self,
  const gchar* pnp_id
)

Description [src]

Sets the PNP ID, which has a length equal to or less than 3 ASCII characters.

Available since:1.9.6

Parameters

pnp_id const gchar*
 

Three digit string value, or NULL.

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