Method
FwupdPluginDpauxDevicewrite
Declaration [src]
gboolean
fu_dpaux_device_write (
FuDpauxDevice* self,
goffset offset,
const guint8* buf,
gsize bufsz,
guint timeout_ms,
GError** error
)
Parameters
offset |
goffset |
| No description available. | |
buf |
const guint8* |
Data. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
bufsz |
gsize |
Size of |
|
timeout_ms |
guint |
| No description available. | |
error |
GError ** |
The return location for a GError*, or NULL. |