VersionFormat
Description:
[ CCode ( cprefix = "FWUPD_VERSION_FORMAT_" , has_type_id = false ) ]
public enum VersionFormat
The flags used when parsing version numbers.
If no verification is required then fwupd_version_format_plain should be used to signify an unparsable
text string.
Content:
Enum values:
- BCD - Binary coded decimal notation
- DELL_BIOS - Dell BIOS BB.
- HEX - Hexadecimal 0xAABCCDD style
- INTEL_ME - Intel ME-style bitshifted
notation
- INTEL_ME2 - Intel ME-style A.
- NUMBER - A single integer version number
- PAIR - Two AABB.
- PLAIN - An unidentified format text
string
- QUAD - UEFI-style AA.
- SURFACE - Microsoft Surface 8b.16b.8b
- SURFACE_LEGACY - Legacy
Microsoft Surface 10b.12b.10b
- TRIPLET - Microsoft-style AA.
- UNKNOWN - Unknown version format
Static methods:
Methods: