ESP-IDF
ot::Srp::Client::AutoStart::State
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
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::State
ot::Srp::Client::AutoStart::State enum
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:950
enum
State
:
uint8_t
{
kDisabled
,
kFirstTimeSelecting
,
kReselecting
,
kSelectedUnicastPreferred
,
kSelectedAnycast
,
kSelectedUnicast
,
}
;
Values
Value
Declared as
ot::Srp::Client::AutoStart::State::kDisabled
ot::Srp::Client::AutoStart::State::kFirstTimeSelecting
ot::Srp::Client::AutoStart::State::kReselecting
ot::Srp::Client::AutoStart::State::kSelectedUnicastPreferred
ot::Srp::Client::AutoStart::State::kSelectedAnycast
ot::Srp::Client::AutoStart::State::kSelectedUnicast
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
State
:
uint8_t
{
srp_client.hpp:950
void
Client
::
AutoStart
::
SetState
(
State
aState
)
srp_client.cpp:300
ot::Srp::Client::AutoStart::SetState()
ot::Srp::Client::AutoStart::SetState()::aState
const
char
*
Client
::
AutoStart
::
StateToString
(
State
aState
)
srp_client.cpp:315
ot::Srp::Client::AutoStart::StateToString()
ot::Srp::Client::AutoStart::StateToString()::aState
AutoStart
::
State
oldAutoStartState
=
mAutoStart
.
GetState
(
)
;
srp_client.cpp:2266
ot::Srp::Client::ProcessAutoStart()
State
GetState
(
void
)
const
{
return
mState
;
}
srp_client.hpp:961
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::GetState() const
void
SetState
(
State
aState
)
;
srp_client.hpp:962
ot::Srp::Client::AutoStart::SetState()
ot::Srp::Client::AutoStart::SetState()::aState
static
const
char
*
StateToString
(
State
aState
)
;
srp_client.hpp:983
ot::Srp::Client::AutoStart::StateToString()
ot::Srp::Client::AutoStart::StateToString()::aState
State
mState
;
srp_client.hpp:986
ot::Srp::Client::AutoStart
ot::Srp::Client::AutoStart::mState
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
return
ot::Srp::Client::AutoStart::GetState() const
srp_client.hpp:961
ot::Srp::Client::AutoStart::SetState()::aState
ot::Srp::Client::AutoStart::SetState()
srp_client.hpp:962
ot::Srp::Client::AutoStart::StateToString()::aState
ot::Srp::Client::AutoStart::StateToString()
srp_client.hpp:983
ot::Srp::Client::AutoStart::mState
ot::Srp::Client::AutoStart
srp_client.hpp:986
ot::Srp::Client::AutoStart::SetState()::aState
ot::Srp::Client::AutoStart::SetState()
srp_client.cpp:300
ot::Srp::Client::AutoStart::StateToString()::aState
ot::Srp::Client::AutoStart::StateToString()
srp_client.cpp:315
Lifecycle
from
examples
All items filtered out
All items filtered out