Function
FwupdPluginbyte_array_append_uint16
since: 1.3.1
Declaration [src]
void
fu_byte_array_append_uint16 (
  GByteArray* array,
  guint16 data,
  FuEndianType endian
)
Parameters
- array
- 
            Type: An array of guint8A GByteArray.The data is owned by the caller of the function. 
- data
- 
            Type: guint16Value. 
- endian
- 
            Type: FuEndianTypeEndian type, e.g. #G_LITTLE_ENDIAN.