ESP-IDF
ot::Srp::Client::GetState() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::GetState() const
ot::Srp::Client::GetState() const method
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1016
State
GetState
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
State
GetState
(
void
)
const
{
return
mState
;
}
srp_client.hpp:1016
VerifyOrExit
(
GetState
(
)
==
kStateStopped
,
srp_client.cpp:400
ot::Srp::Client
ot::Srp::Client::Start()
VerifyOrExit
(
GetState
(
)
!=
kStateStopped
)
;
srp_client.cpp:454
ot::Srp::Client
ot::Srp::Client::Stop()
VerifyOrExit
(
GetState
(
)
==
kStatePaused
)
;
srp_client.cpp:563
ot::Srp::Client
ot::Srp::Client::HandleRoleChanged()
VerifyOrExit
(
GetState
(
)
!=
kStateStopped
)
;
srp_client.cpp:568
ot::Srp::Client
ot::Srp::Client::HandleRoleChanged()
switch
(
GetState
(
)
)
srp_client.cpp:870
ot::Srp::Client
ot::Srp::Client::ClearHostAndServices()
switch
(
GetState
(
)
)
srp_client.cpp:1779
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
VerifyOrExit
(
(
GetState
(
)
!=
kStateStopped
)
&&
(
GetState
(
)
!=
kStatePaused
)
)
;
srp_client.cpp:2018
ot::Srp::Client
ot::Srp::Client::UpdateState()
if
(
GetState
(
)
==
kStateUpdated
)
srp_client.cpp:2110
ot::Srp::Client
ot::Srp::Client::UpdateState()
switch
(
GetState
(
)
)
srp_client.cpp:2179
ot::Srp::Client
ot::Srp::Client::HandleTimer()
Call Tree
from
examples
ot::Srp::Client::GetState() const
is called by 7 functions:
ot::Srp::Client::Start()
ot::Srp::Client::Stop()
ot::Srp::Client::HandleRoleChanged()
ot::Srp::Client::ClearHostAndServices()
ot::Srp::Client::ProcessResponse()
ot::Srp::Client::UpdateState()
ot::Srp::Client::HandleTimer()
All items filtered out
ot::Srp::Client::GetState() const
All items filtered out
Data Use
from
examples
ot::Srp::Client::GetState() const
reads 1 variable:
ot::Srp::Client::mState
All items filtered out
ot::Srp::Client::GetState() const
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