Top | ![]() |
![]() |
![]() |
![]() |
FuChunk * | fu_chunk_new () |
gchar * | fu_chunk_to_string () |
gchar * | fu_chunk_array_to_string () |
GPtrArray * | fu_chunk_array_new () |
GPtrArray * | fu_chunk_array_new_from_bytes () |
FuChunk * fu_chunk_new (guint32 idx
,guint32 page
,guint32 address
,const guint8 *data
,guint32 data_sz
);
gchar *
fu_chunk_to_string (FuChunk *item
);
Converts the chunked packet to a string representation.
Since: 1.1.2
gchar *
fu_chunk_array_to_string (GPtrArray *chunks
);
Converts all the chunked packets in an array to a string representation.
Since: 1.0.1
GPtrArray * fu_chunk_array_new (const guint8 *data
,guint32 data_sz
,guint32 addr_start
,guint32 page_sz
,guint32 packet_sz
);