ESP-IDF
ot::Srp::Client::IsServerSelectedByAutoStart() 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::IsServerSelectedByAutoStart() const
ot::Srp::Client::IsServerSelectedByAutoStart() const method
Indicates whether or not the current SRP server's address is selected by auto-start.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:404
bool
IsServerSelectedByAutoStart
(
void
)
const
;
Return value
TRUE if the SRP server's address is selected by auto-start, FALSE otherwise.
Examples
References
from
examples
Code
Location
bool
IsServerSelectedByAutoStart
(
void
)
const
{
return
mAutoStart
.
HasSelectedServer
(
)
;
}
srp_client.hpp:404
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
Lifecycle
from
examples
All items filtered out
All items filtered out