Class
FwupdPluginChunk
Description [src]
final class FwupdPlugin.Chunk : GObject.Object {
/* No available fields */
}
A optionally mutable packet of chunked data with address, page and index.
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
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.