BiosSettingKind
Description:
[ CCode ( cprefix = "FWUPD_BIOS_SETTING_KIND_" , has_type_id = false ) ]
public enum BiosSettingKind
The type of BIOS setting.
Content:
Enum values:
- ENUMERATION - BIOS setting that
has enumerated possible values.
- INTEGER - BIOS setting that is an
integer.
- STRING - BIOS setting that accepts a
string.
- UNKNOWN - BIOS setting type is
unknown.