ESP-IDF
ot::Srp::Server::Host::GetServices() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::Server::Host::GetServices() const
ot::Srp::Server::Host::GetServices() const method
Returns the `Service` linked list associated with the host.
Syntax
Show:
Summary
Declaration
from
srp_server.hpp:530
const
LinkedList
<
Service
>
&
GetServices
(
void
)
const
;
Return value
The `Service` linked list.
Examples
References
from
examples
Code
Location
const
LinkedList
<
Service
>
&
GetServices
(
void
)
const
{
return
mServices
;
}
srp_server.hpp:530
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