Method
FwupdPluginIOChannelwrite_raw
Declaration [src]
gboolean
fu_io_channel_write_raw (
FuIOChannel* self,
const guint8* data,
gsize datasz,
guint timeout_ms,
FuIOChannelFlags flags,
GError** error
)
Description [src]
Writes bytes to the TTY, that will fail if exceeding timeout_ms
.
Available since: | 1.2.2 |
Parameters
data |
const guint8* |
Buffer to write. |
|
The data is owned by the caller of the function. | |
datasz |
gsize |
Size of |
|
timeout_ms |
guint |
Timeout in ms. |
|
flags |
FuIOChannelFlags |
Channel flags, e.g. |
|
error |
GError ** |
The return location for a GError* , or NULL . |