ESP-IDF
ot::Utils::SrpClientBuffers::ServiceEntry::SetNext()
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::Utils::SrpClientBuffers::ServiceEntry::SetNext()
ot::Utils::SrpClientBuffers::ServiceEntry::SetNext() method
Syntax
Show:
Summary
Declaration
from
srp_client_buffers.hpp:163
void
SetNext
(
ServiceEntry
*
aEntry
)
;
Arguments
Argument
aEntry
Related Functions
Found 1 other functions taking a
ServiceEntry
argument:
Function
Description
ot::Utils::SrpClientBuffers::FreeService()
Frees a previously allocated service entry. The @p aService MUST be previously allocated using `AllocateService()` and not yet freed. Otherwise the behavior of this method is undefined.
Examples
References
from
examples
Code
Location
void
SetNext
(
ServiceEntry
*
aEntry
)
{
mService
.
mNext
=
reinterpret_cast
<
Srp
::
Client
::
Service
*
>
(
aEntry
)
;
}
srp_client_buffers.hpp:163
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Utils::SrpClientBuffers::ServiceEntry::SetNext()
reads 2 variables:
otSrpClientService::mNext
otSrpClientBuffersServiceEntry::mService
All items filtered out
ot::Utils::SrpClientBuffers::ServiceEntry::SetNext()
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