CodecFlags
Description:
[ CCode ( cprefix = "FWUPD_CODEC_FLAG_" , has_type_id = false ) ]
[ Flags ]
public enum CodecFlags
The flags to use when converting data from one form to another.
Content:
Enum values:
- COMPRESSED - Compress values to the
smallest possible size.
- NONE - No flags set.
- NO_TIMESTAMP - Do not include
timestamps.
- TRUSTED - Include values that may be
regarded as trusted or sensitive.