Function

FwupdPluginCfiDevicecmd_to_string

Declaration [src]

const gchar*
fu_cfi_device_cmd_to_string (
  FuCfiDeviceCmd val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val FuCfiDeviceCmd
 

Value, e.g. FU_CFI_DEVICE_CMD_PAGE_PROG.

Return value

Returns: const gchar*
 

Identifier string.

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