Constructor

FwupdPluginChunknew

since: 1.1.2

Declaration [src]

FuChunk*
fu_chunk_new (
  guint32 idx,
  guint32 page,
  guint32 address,
  const guint8* data,
  guint32 data_sz
)

Description [src]

Creates a new packet of chunked data.

Available since: 1.1.2

Parameters

idx

Type: guint32

The packet number.

page

Type: guint32

The hardware memory page.

address

Type: guint32

The address within the page.

data

Type: const guint8*

The data.

The data is owned by the caller of the function.
data_sz

Type: guint32

Size of data_sz.

Return value

Type: FuChunk

A FuChunk.

The caller of the function takes ownership of the data, and is responsible for freeing it.