Function

FwupdPlugincommon_write_uint32

since: 1.0.3

Declaration [src]

void
fu_common_write_uint32 (
  guint8* buf,
  guint32 val_native,
  FuEndianType endian
)

Description [src]

Writes a value to a buffer using a specified endian.

Available since: 1.0.3

Parameters

buf

Type: guint8*

A writable buffer.

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

Type: guint32

A value in host byte-order.

endian

Type: FuEndianType

An endian type, e.g. G_LITTLE_ENDIAN.