ESP-IDF
ot::Srp::Client::State
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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::State
ot::Srp::Client::State enum
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:865
enum
State
:
uint8_t
{
kStateStopped
,
kStatePaused
,
kStateToUpdate
,
kStateUpdating
,
kStateUpdated
,
kStateToRetry
,
}
;
Values
Value
Declared as
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
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
State
:
uint8_t
srp_client.hpp:865
void
Client
::
SetState
(
State
aState
)
srp_client.cpp:891
ot::Srp::Client::SetState()
ot::Srp::Client::SetState()::aState
const
char
*
Client
::
StateToString
(
State
aState
)
srp_client.cpp:2562
ot::Srp::Client::StateToString()
ot::Srp::Client::StateToString()::aState
State
GetState
(
void
)
const
{
return
mState
;
}
srp_client.hpp:1016
ot::Srp::Client
ot::Srp::Client::GetState() const
void
SetState
(
State
aState
)
;
srp_client.hpp:1017
ot::Srp::Client::SetState()
ot::Srp::Client::SetState()::aState
static
const
char
*
StateToString
(
State
aState
)
;
srp_client.hpp:1062
ot::Srp::Client::StateToString()
ot::Srp::Client::StateToString()::aState
State
mState
;
srp_client.hpp:1079
ot::Srp::Client
ot::Srp::Client::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::GetState() const
srp_client.hpp:1016
ot::Srp::Client::SetState()::aState
ot::Srp::Client::SetState()
srp_client.hpp:1017
ot::Srp::Client::StateToString()::aState
ot::Srp::Client::StateToString()
srp_client.hpp:1062
ot::Srp::Client::mState
ot::Srp::Client
srp_client.hpp:1079
ot::Srp::Client::SetState()::aState
ot::Srp::Client::SetState()
srp_client.cpp:891
ot::Srp::Client::StateToString()::aState
ot::Srp::Client::StateToString()
srp_client.cpp:2562
Lifecycle
from
examples
All items filtered out
All items filtered out