ESP-IDF
ot::Srp::Client::mState
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::mState
ot::Srp::Client::mState field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1079
State
mState
;
Examples
References
from
examples
Code
Location
Scope
Referrer
State
mState
;
srp_client.hpp:1079
,
mState
(
kStateStopped
)
srp_client.cpp:350
ot::Srp::Client
ot::Srp::Client::Client()
VerifyOrExit
(
aState
!=
mState
)
;
srp_client.cpp:893
ot::Srp::Client
ot::Srp::Client::SetState()
LogInfo
(
"State %s -> %s"
,
StateToString
(
mState
)
,
StateToString
(
aState
)
)
;
srp_client.cpp:895
ot::Srp::Client
ot::Srp::Client::SetState()
mState
=
aState
;
srp_client.cpp:896
ot::Srp::Client
ot::Srp::Client::SetState()
switch
(
mState
)
srp_client.cpp:898
ot::Srp::Client
ot::Srp::Client::SetState()
bool
IsRunning
(
void
)
const
{
return
(
mState
!=
kStateStopped
)
;
}
srp_client.hpp:412
ot::Srp::Client
ot::Srp::Client::IsRunning() const
State
GetState
(
void
)
const
{
return
mState
;
}
srp_client.hpp:1016
ot::Srp::Client
ot::Srp::Client::GetState() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mState
is written by 1 function and is read by 3 functions:
ot::Srp::Client::SetState()
All items filtered out
ot::Srp::Client::mState
ot::Srp::Client::IsRunning() const
ot::Srp::Client::GetState() const
ot::Srp::Client::SetState()
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