Virtual Method
FwupdPluginCfiDevicesend_command
Declaration [src]
gboolean
send_command (
FuCfiDevice* self,
const guint8* wbuf,
gsize wbufsz,
guint8* rbuf,
gsize rbufsz,
FuProgress* progress,
GError** error
)
Parameters
wbuf |
const guint8* |
Buffer. |
|
The data is owned by the caller of the function. | |
wbufsz |
gsize |
Size of |
|
rbuf |
guint8* |
Buffer. |
|
The data is owned by the caller of the function. | |
rbufsz |
gsize |
Size of |
|
progress |
FuProgress |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |