ESP-IDF
ot::Srp::Client::ClearHostAndServices()
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::ClearHostAndServices()
ot::Srp::Client::ClearHostAndServices() method
Clears all host info and all the services. Unlike `RemoveHostAndServices()` which sends an update message to the server to remove all the info, this method clears all the info immediately without any interaction with the server.
Syntax
Show:
Summary
Declaration
Definition
from
srp_client.hpp:658
void
ClearHostAndServices
(
void
)
;
Implemented in
srp_client.cpp:866
Examples
References
from
examples
Code
Location
void
Client
::
ClearHostAndServices
(
void
)
srp_client.cpp:866
void
ClearHostAndServices
(
void
)
;
srp_client.hpp:658
Call Tree
from
examples
ot::Srp::Client::ClearHostAndServices()
calls 3 functions:
All items filtered out
ot::Srp::Client::ClearHostAndServices()
ot::Srp::Client::GetState() const
ot::Srp::Client::ResetRetryWaitInterval()
ot::Srp::Client::SetState()
All items filtered out
Data Use
from
examples
ot::Srp::Client::ClearHostAndServices()
reads 7 variables and writes 1 variable:
ot::LogLevel::kLogLevelInfo
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
All items filtered out
ot::Srp::Client::ClearHostAndServices()
ot::Srp::Client::mTxFailureRetryCount
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