ESP-IDF
ot::Srp::Client::IsRunning() const
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::IsRunning() const
ot::Srp::Client::IsRunning() const method
Indicates whether the SRP client is running or not.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:412
bool
IsRunning
(
void
)
const
;
Return value
TRUE if the SRP client is running, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsRunning
(
void
)
const
{
return
(
mState
!=
kStateStopped
)
;
}
srp_client.hpp:412
VerifyOrExit
(
IsRunning
(
)
)
;
srp_client.cpp:653
ot::Srp::Client
ot::Srp::Client::HandleUnicastAddressEvent()
VerifyOrExit
(
!
IsRunning
(
)
)
;
srp_client.cpp:2240
ot::Srp::Client
ot::Srp::Client::ApplyAutoStartGuardOnAttach()
if
(
IsRunning
(
)
)
srp_client.cpp:2280
ot::Srp::Client
ot::Srp::Client::ProcessAutoStart()
if
(
IsRunning
(
)
)
srp_client.cpp:2324
ot::Srp::Client
ot::Srp::Client::ProcessAutoStart()
if
(
!
IsRunning
(
)
)
srp_client.cpp:2406
ot::Srp::Client
ot::Srp::Client::SelectUnicastEntry() const
VerifyOrExit
(
IsRunning
(
)
)
;
srp_client.cpp:2464
ot::Srp::Client
ot::Srp::Client::SelectNextServer()
Call Tree
from
examples
ot::Srp::Client::IsRunning() const
is called by 5 functions:
ot::Srp::Client::HandleUnicastAddressEvent()
ot::Srp::Client::ApplyAutoStartGuardOnAttach()
ot::Srp::Client::ProcessAutoStart()
ot::Srp::Client::SelectUnicastEntry() const
ot::Srp::Client::SelectNextServer()
All items filtered out
ot::Srp::Client::IsRunning() const
All items filtered out
Data Use
from
examples
ot::Srp::Client::IsRunning() const
reads 2 variables:
ot::Srp::Client::State::kStateStopped
ot::Srp::Client::mState
All items filtered out
ot::Srp::Client::IsRunning() const
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