Function
FwupdPluginbyte_array_append_uint24
Declaration [src]
void
fu_byte_array_append_uint24 (
GByteArray* array,
guint32 data,
FuEndianType endian
)
Parameters
array |
An array of guint8 |
A |
|
The data is owned by the caller of the function. | |
data |
guint32 |
Value. |
|
endian |
FuEndianType |
Endian type, e.g. #G_LITTLE_ENDIAN. |