Class
FwupdPluginIOChannel
[−]
Instance methods
fu_io_channel_read_byte_array
Reads bytes from the TTY, that will fail if exceeding timeout_ms
.
since: 1.3.2
fu_io_channel_read_bytes
Reads bytes from the TTY, that will fail if exceeding timeout_ms
.
since: 1.2.2
fu_io_channel_read_raw
Reads bytes from the TTY, that will fail if exceeding timeout_ms
.
since: 1.2.2
fu_io_channel_write_byte_array
Writes bytes to the TTY, that will fail if exceeding timeout_ms
.
since: 1.3.2
fu_io_channel_write_bytes
Writes bytes to the TTY, that will fail if exceeding timeout_ms
.
since: 1.2.2
fu_io_channel_write_raw
Writes bytes to the TTY, that will fail if exceeding timeout_ms
.
since: 1.2.2
[+]