Method
FwupdPluginHidrawDeviceget_input
Declaration [src]
gboolean
fu_hidraw_device_get_input (
FuHidrawDevice* self,
guint8* buf,
gsize bufsz,
FuIoctlFlags flags,
GError** error
)
Parameters
buf |
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 |
FuIoctlFlags |
Some |
|
error |
GError ** |
The return location for a GError*, or NULL. |