Method
FwupdPluginHidrawDeviceset_report
Declaration [src]
gboolean
fu_hidraw_device_set_report (
FuHidrawDevice* self,
const guint8* buf,
gsize bufsz,
FuIOChannelFlags flags,
GError** error
)
Parameters
buf |
const guint8* |
A buffer to use, which must be large enough for the request. |
|
| The data is owned by the caller of the function. | |
bufsz |
gsize |
The size of |
|
flags |
FuIOChannelFlags |
Some |
|
error |
GError ** |
The return location for a GError*, or NULL. |