Function

FwupdPluginbyte_array_append_uint24

since: 1.8.13

Declaration [src]

void
fu_byte_array_append_uint24 (
  GByteArray* array,
  guint32 data,
  FuEndianType endian
)

Description [src]

Adds a 24 bit integer to a byte array.

Available since: 1.8.13

Parameters

array

Type: An array of guint8

A GByteArray.

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

Type: guint32

Value.

endian

Type: FuEndianType

Endian type, e.g. #G_LITTLE_ENDIAN.