ESP-IDF
ot::Srp::Client::SetState()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::SetState()
ot::Srp::Client::SetState() method
Syntax
Show:
Summary
Declaration
Definition
from
srp_client.hpp:1017
void
SetState
(
State
aState
)
;
Implemented in
srp_client.cpp:891
Arguments
Argument
aState
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Client
::
SetState
(
State
aState
)
srp_client.cpp:891
void
SetState
(
State
aState
)
;
srp_client.hpp:1017
SetState
(
kStateStopped
)
;
srp_client.cpp:477
ot::Srp::Client
ot::Srp::Client::Stop()
SetState
(
kStateUpdated
)
;
srp_client.cpp:500
ot::Srp::Client
ot::Srp::Client::Resume()
SetState
(
kStatePaused
)
;
srp_client.cpp:530
ot::Srp::Client
ot::Srp::Client::Pause()
SetState
(
kStateUpdated
)
;
srp_client.cpp:880
ot::Srp::Client
ot::Srp::Client::ClearHostAndServices()
SetState
(
kStateUpdating
)
;
srp_client.cpp:1052
ot::Srp::Client
ot::Srp::Client::SendUpdate()
SetState
(
kStateToRetry
)
;
srp_client.cpp:1075
ot::Srp::Client
ot::Srp::Client::SendUpdate()
SetState
(
kStateToRetry
)
;
srp_client.cpp:1830
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
SetState
(
kStateUpdated
)
;
srp_client.cpp:1953
ot::Srp::Client
ot::Srp::Client::HandleUpdateDone()
SetState
(
kStateToUpdate
)
;
srp_client.cpp:2106
ot::Srp::Client
ot::Srp::Client::UpdateState()
SetState
(
kStateToUpdate
)
;
srp_client.cpp:2195
ot::Srp::Client
ot::Srp::Client::HandleTimer()
Call Tree
from
examples
ot::Srp::Client::SetState()
is called by 9 functions and calls 1 function:
ot::Srp::Client::Stop()
ot::Srp::Client::Resume()
ot::Srp::Client::Pause()
ot::Srp::Client::ClearHostAndServices()
ot::Srp::Client::SendUpdate()
ot::Srp::Client::ProcessResponse()
ot::Srp::Client::HandleUpdateDone()
ot::Srp::Client::UpdateState()
ot::Srp::Client::HandleTimer()
All items filtered out
ot::Srp::Client::SetState()
ot::Srp::Client::StateToString()
All items filtered out
Data Use
from
examples
ot::Srp::Client::SetState()
reads 8 variables and writes 1 variable:
ot::LogLevel::kLogLevelInfo
ot::Srp::Client::State::kStateStopped
ot::Srp::Client::State::kStatePaused
ot::Srp::Client::State::kStateToUpdate
ot::Srp::Client::State::kStateUpdating
ot::Srp::Client::State::kStateUpdated
ot::Srp::Client::State::kStateToRetry
ot::Srp::Client::mState
All items filtered out
ot::Srp::Client::SetState()
ot::Srp::Client::mState
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out