nl::Weave::Warm::ModuleState

Summary

Public attributes

mActionInProgress
bool
Tracks whether or not an Action is in progress.
mActionStateFlags
FlagsType
Tracks State of Actions.
mFabricId
uint64_t
Stores the fabric id which was last joined.
mFabricState
Stores a fabric State.
mInProgressAction
Stores the type of Action that is in progress.
mInProgressActionState
bool
Stores the desired State of the Action when the Action completes.
mInitState
Tracks State of the Module initialization.
mSystemFeatureStateFlags
FlagsType
Tracks changes for System Feature State.
mTunnelCurrentAvailability
Stores the configured Tunnel availability.
mTunnelRequestedAvailability
Stores the desired Tunnel availability.

Public attributes

mActionInProgress

bool nl::Weave::Warm::ModuleState::mActionInProgress

Tracks whether or not an Action is in progress.

mActionStateFlags

FlagsType nl::Weave::Warm::ModuleState::mActionStateFlags

Tracks State of Actions.

mFabricId

uint64_t nl::Weave::Warm::ModuleState::mFabricId

Stores the fabric id which was last joined.

mFabricState

const WeaveFabricState * nl::Weave::Warm::ModuleState::mFabricState

Stores a fabric State.

mInProgressAction

ActionType nl::Weave::Warm::ModuleState::mInProgressAction

Stores the type of Action that is in progress.

mInProgressActionState

bool nl::Weave::Warm::ModuleState::mInProgressActionState

Stores the desired State of the Action when the Action completes.

mInitState

InitState nl::Weave::Warm::ModuleState::mInitState

Tracks State of the Module initialization.

mSystemFeatureStateFlags

FlagsType nl::Weave::Warm::ModuleState::mSystemFeatureStateFlags

Tracks changes for System Feature State.

mTunnelCurrentAvailability

Profiles::WeaveTunnel::Platform::TunnelAvailabilityMode nl::Weave::Warm::ModuleState::mTunnelCurrentAvailability

Stores the configured Tunnel availability.

mTunnelRequestedAvailability

Profiles::WeaveTunnel::Platform::TunnelAvailabilityMode nl::Weave::Warm::ModuleState::mTunnelRequestedAvailability

Stores the desired Tunnel availability.