Method
FwupdPluginDevicewrite_firmware
Declaration [src]
gboolean
fu_device_write_firmware (
FuDevice* self,
GBytes* fw,
FuProgress* progress,
FwupdInstallFlags flags,
GError** error
)
Description [src]
Writes firmware to the device by calling a plugin-specific vfunc.
Available since: | 1.0.8 |
Parameters
fw |
GBytes* |
Firmware blob. |
|
The data is owned by the caller of the function. | |
progress |
FuProgress |
A |
|
The data is owned by the caller of the function. | |
flags |
FwupdInstallFlags |
Install flags, e.g. |
|
error |
GError ** |
The return location for a GError* , or NULL . |