FwupdDeviceFlag enum

Flags used to represent device attributes.

Inheritance

Constructors

FwupdDeviceFlag()
const

Values

internal → const FwupdDeviceFlag
updatable → const FwupdDeviceFlag
onlyOffline → const FwupdDeviceFlag
requireAc → const FwupdDeviceFlag
locked → const FwupdDeviceFlag
supported → const FwupdDeviceFlag
needsBootloader → const FwupdDeviceFlag
registered → const FwupdDeviceFlag
needsReboot → const FwupdDeviceFlag
reported → const FwupdDeviceFlag
notified → const FwupdDeviceFlag
useRuntimeVersion → const FwupdDeviceFlag
installParentFirst → const FwupdDeviceFlag
isBootloader → const FwupdDeviceFlag
waitForReplug → const FwupdDeviceFlag
ignoreValidation → const FwupdDeviceFlag
trusted → const FwupdDeviceFlag
needsShutdown → const FwupdDeviceFlag
anotherWriteRequired → const FwupdDeviceFlag
noAutoInstanceIds → const FwupdDeviceFlag
needsActivation → const FwupdDeviceFlag
ensureSemver → const FwupdDeviceFlag
historical → const FwupdDeviceFlag
onlySupported → const FwupdDeviceFlag
willDisappear → const FwupdDeviceFlag
canVerify → const FwupdDeviceFlag
canVerifyImage → const FwupdDeviceFlag
dualImage → const FwupdDeviceFlag
selfRecovery → const FwupdDeviceFlag
usableDuringUpdate → const FwupdDeviceFlag
versionCheckRequired → const FwupdDeviceFlag
installAllReleases → const FwupdDeviceFlag
mdSetName → const FwupdDeviceFlag
mdSetNameCategory → const FwupdDeviceFlag
mdSetVerfmt → const FwupdDeviceFlag
addCounterpartGuids → const FwupdDeviceFlag
noGuidMatching → const FwupdDeviceFlag
updatableHidden → const FwupdDeviceFlag
skipsRestart → const FwupdDeviceFlag
hasMultipleBranches → const FwupdDeviceFlag
backupBeforeInstall → const FwupdDeviceFlag
mdSetIcon → const FwupdDeviceFlag
wildcardInstall → const FwupdDeviceFlag
onlyVersionUpgrade → const FwupdDeviceFlag
unreachable → const FwupdDeviceFlag
affectsFde → const FwupdDeviceFlag

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FwupdDeviceFlag>
A constant List of the values in this enum, in order of their declaration.