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 plain should be used to signify an unparsable text string.
Content:
Enum values:
- BCD - Binary coded decimal notation.
- COMPAL_BIOS - Compal BIOS-style
version number, as two hex bytes.
- DELL_BIOS - Dell BIOS BB.
- DELL_BIOS_MSB - Dell BIOS AA.
- HEX - Hexadecimal 0xAABCCDD style.
- INTEL_CSME19 - Intel ME-style
bitshifted notation, with offset 19.
- 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: