Class
FwupdPluginChunk
[−]
Functions
fu_chunk_array_mutable_new
Chunks a mutable blob of memory into packets, ensuring each packet does not cross a package boundary and is less that a specific transfer size.
since: 1.5.6
fu_chunk_array_new
Chunks a linear blob of memory into packets, ensuring each packet does not cross a package boundary and is less that a specific transfer size.
since: 1.1.2
fu_chunk_array_new_from_bytes
Chunks a linear blob of memory into packets, ensuring each packet does not cross a package boundary and is less that a specific transfer size.
since: 1.1.2
fu_chunk_array_to_string
Converts all the chunked packets in an array to a string representation.
since: 1.0.1
[+]