Method
FwupdPluginDpauxDeviceread
Declaration [src]
gboolean
fu_dpaux_device_read (
FuDpauxDevice* self,
goffset offset,
guint8* buf,
gsize bufsz,
guint timeout_ms,
GError** error
)
Parameters
offset |
goffset |
No description available. | |
buf |
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 . |