Function
FwupdPlugincommon_read_uint64
since: 1.5.8
Declaration [src]
guint64
fu_common_read_uint64 (
const guint8* buf,
FuEndianType endian
)
Parameters
buf
-
Type:
const guint8*
A readable buffer.
The data is owned by the caller of the function. endian
-
Type:
FuEndianType
An endian type, e.g.
G_LITTLE_ENDIAN
.