Method
FwupdPluginHidDeviceset_report
Declaration [src]
gboolean
fu_hid_device_set_report (
FuHidDevice* self,
guint8 value,
guint8* buf,
gsize bufsz,
guint timeout,
FuHidDeviceFlags flags,
GError** error
)
Parameters
value |
guint8 |
Low byte of wValue, but unused when using |
|
buf |
guint8* |
A mutable buffer of data to send. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
bufsz |
gsize |
Size of |
|
timeout |
guint |
Timeout in ms. |
|
flags |
FuHidDeviceFlags |
HID device flags e.g. |
|
error |
GError ** |
The return location for a GError* , or NULL . |