Method
FwupdPluginMeiDeviceread
Declaration [src]
gboolean
fu_mei_device_read (
FuMeiDevice* self,
guint8* buf,
gsize bufsz,
gsize* bytes_read,
guint timeout_ms,
GError** error
)
Parameters
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 |
|
bytes_read |
gsize* |
Bytes read. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
timeout_ms |
guint |
Timeout. |
|
error |
GError ** |
The return location for a GError* , or NULL . |