ESP-IDF
ot::Srp::Server::GetNextHost()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Server::GetNextHost()
ot::Srp::Server::GetNextHost() method
Returns the next registered SRP host.
Syntax
Show:
Summary
Declaration
Definition
from
srp_server.hpp:816
const
Host
*
GetNextHost
(
const
Host
*
aHost
)
;
Implemented in
srp_server.cpp:297
Arguments
Argument
Description
aHost
The current SRP host; use `nullptr` to get the first SRP host.
Return value
A pointer to the next SRP host or `nullptr` if no more SRP hosts can be found.
Related Functions
Found 13 other functions taking a
Host
argument:
Function
ot::Srp::Server::CommitSrpUpdate()
ot::Srp::Server::RemoveHost()
ot::Srp::Server::InformUpdateHandlerOrCommit()
ot::Srp::Server::ProcessUpdateSection() const
ot::Srp::Server::ProcessAdditionalSection() const
ot::Srp::Server::ProcessHostDescriptionInstruction() const
ot::Srp::Server::ProcessServiceDiscoveryInstructions() const
ot::Srp::Server::ProcessServiceDescriptionInstructions() const
ot::Srp::Server::HandleUpdate()
ot::Srp::Server::HasNameConflictsWith() const
ot::Srp::Server::UpdateAddrResolverCacheTable()
ot::Srp::Server::Service::Init()
ot::Srp::Server::UpdateMetadata::UpdateMetadata()
Examples
References
from
examples
Code
Location
const
Server
::
Host
*
Server
::
GetNextHost
(
const
Server
::
Host
*
aHost
)
srp_server.cpp:297
const
Host
*
GetNextHost
(
const
Host
*
aHost
)
;
srp_server.hpp:816
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