Function

FwupdPluginbyte_array_append_uint64

Declaration [src]

void
fu_byte_array_append_uint64 (
  GByteArray* array,
  guint64 data,
  FuEndianType endian
)

Description [src]

Adds a 64 bit integer to a byte array.

Available since:1.5.8

Parameters

array An array of guint8
 

A GByteArray.

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

Value.

endian FuEndianType
 

Endian type, e.g. #G_LITTLE_ENDIAN.