ESP-IDF
ot::Srp::Client::ChangeHostAndServiceStates()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::ChangeHostAndServiceStates()
ot::Srp::Client::ChangeHostAndServiceStates() method
Syntax
Show:
Summary
Declaration
Definition
from
srp_client.hpp:1018
bool
ChangeHostAndServiceStates
(
const
ItemState
*
aNewStates
,
ServiceStateChangeMode
aMode
)
;
Implemented in
srp_client.cpp:921
Arguments
Argument
aNewStates
aMode
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Client
::
ChangeHostAndServiceStates
(
const
ItemState
*
aNewStates
,
ServiceStateChangeMode
aMode
)
srp_client.cpp:921
bool
ChangeHostAndServiceStates
(
const
ItemState
*
aNewStates
,
ServiceStateChangeMode
aMode
)
;
srp_client.hpp:1018
ChangeHostAndServiceStates
(
kNewStateOnStop
,
kForAllServices
)
;
srp_client.cpp:464
ot::Srp::Client
ot::Srp::Client::Stop()
ChangeHostAndServiceStates
(
kNewStateOnPause
,
kForAllServices
)
;
srp_client.cpp:528
ot::Srp::Client
ot::Srp::Client::Pause()
anyChanged
=
ChangeHostAndServiceStates
(
kNewStateOnMessageTx
,
kForServicesAppendedInMessage
)
;
srp_client.cpp:1024
ot::Srp::Client
ot::Srp::Client::SendUpdate()
ChangeHostAndServiceStates
(
kNewStateOnUpdateDone
,
kForServicesAppendedInMessage
)
;
srp_client.cpp:1923
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
Call Tree
from
examples
ot::Srp::Client::ChangeHostAndServiceStates()
is called by 4 functions and calls 5 functions:
ot::Srp::Client::Stop()
ot::Srp::Client::Pause()
ot::Srp::Client::SendUpdate()
ot::Srp::Client::ProcessResponse()
All items filtered out
ot::Srp::Client::ChangeHostAndServiceStates()
ot::Srp::Client::GetServerAddress() const
ot::SettingsBase::SrpClientInfo::SetServerAddress()
ot::SettingsBase::SrpClientInfo::SetServerPort()
ot::Ip6::SockAddr::GetAddress() const
ot::Ip6::SockAddr::GetPort() const
All items filtered out
Data Use
from
examples
ot::Srp::Client::ChangeHostAndServiceStates()
reads 6 variables:
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
All items filtered out
ot::Srp::Client::ChangeHostAndServiceStates()
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