Function
FwupdPluginmemwrite_uint32
Declaration [src]
void
fu_memwrite_uint32 (
guint8* buf,
guint32 val_native,
FuEndianType endian
)
Parameters
buf |
guint8* |
A writable buffer. |
|
The data is owned by the caller of the function. | |
val_native |
guint32 |
A value in host byte-order. |
|
endian |
FuEndianType |
An endian type, e.g. |