enum

Matter::Cluster::OtaRequestorCluster::UpdateState

Inherits Enum < Comparable < Value < Object

UpdateState enum values

Constants

Unknown = 0_u8
Idle = 1_u8
Querying = 2_u8
DelayedOnQuery = 3_u8
Downloading = 4_u8
Applying = 5_u8
DelayedOnApply = 6_u8
RollingBack = 7_u8
DelayedOnUserConsent = 8_u8

Instance methods

applying?

Returns true if this enum value equals Applying

Source
delayed_on_apply?

Returns true if this enum value equals DelayedOnApply

Source
delayed_on_query?

Returns true if this enum value equals DelayedOnQuery

Source
downloading?

Returns true if this enum value equals Downloading

Source
idle?

Returns true if this enum value equals Idle

Source
querying?

Returns true if this enum value equals Querying

Source
rolling_back?

Returns true if this enum value equals RollingBack

Source
unknown?

Returns true if this enum value equals Unknown

Source