ESP-IDF
ot::Srp::Client::AutoStart::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::AutoStart::mState
ot::Srp::Client::AutoStart::mState field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:986
State
mState
;
Examples
References
from
examples
Code
Location
Scope
Referrer
State
mState
;
srp_client.hpp:986
mState
=
kDefaultMode
?
kFirstTimeSelecting
:
kDisabled
;
srp_client.cpp:276
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::AutoStart()
switch
(
mState
)
srp_client.cpp:283
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::HasSelectedServer() const
if
(
mState
!=
aState
)
srp_client.cpp:302
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::SetState()
LogInfo
(
"AutoStartState %s -> %s"
,
StateToString
(
mState
)
,
StateToString
(
aState
)
)
;
srp_client.cpp:304
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::SetState()
mState
=
aState
;
srp_client.cpp:305
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::SetState()
State
GetState
(
void
)
const
{
return
mState
;
}
srp_client.hpp:961
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::GetState() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::AutoStart::mState
is written by 2 functions and is read by 3 functions:
ot::Srp::Client::AutoStart::AutoStart()
ot::Srp::Client::AutoStart::SetState()
All items filtered out
ot::Srp::Client::AutoStart::mState
ot::Srp::Client::AutoStart::GetState() const
ot::Srp::Client::AutoStart::HasSelectedServer() const
ot::Srp::Client::AutoStart::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