ESP-IDF
ot::NetworkData::ServerTlv::GetServerData() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::NetworkData::ServerTlv::GetServerData() const
ot::NetworkData::ServerTlv::GetServerData() const method
Gets the Server Data.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:1393
void
GetServerData
(
ServerData
&
aServerData
)
const
;
Arguments
Argument
Description
aServerData
A reference to a`ServerData` to return the data.
Related Functions
Found 3 other functions taking a
ServerData
argument:
Function
Description
ot::NetworkData::ServerTlv::Init()
Initializes the Server TLV.
ot::NetworkData::Local::AddService()
Adds a Service entry to the Thread Network local data.
ot::NetworkData::ServiceConfig::ServerConfig::GetServerData() const
Gets the Server Data.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
GetServerData
(
ServerData
&
aServerData
)
const
{
aServerData
.
Init
(
GetServerData
(
)
,
GetServerDataLength
(
)
)
;
}
network_data_tlvs.hpp:1393
const
uint8_t
*
GetServerData
(
void
)
const
{
return
reinterpret_cast
<
const
uint8_t
*
>
(
this
)
+
sizeof
(
*
this
)
;
}
network_data_tlvs.hpp:1427
aServer
.
GetServerData
(
serverData
)
;
network_data_leader_ftd.cpp:954
ot::NetworkData::Leader
ot::NetworkData::Leader::AddServer()
iterator
.
mServerSubTlv
->
GetServerData
(
data
)
;
network_data_service.cpp:104
ot::NetworkData::Service::Manager
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
aIterator
.
mServerSubTlv
->
GetServerData
(
data
)
;
network_data_service.cpp:305
ot::NetworkData::Service::Manager
ot::NetworkData::Service::Manager::GetNextDnsSrpUnicastInfo() const
void
GetServerData
(
ServerData
&
aServerData
)
const
{
aServerData
.
Init
(
GetServerData
(
)
,
GetServerDataLength
(
)
)
;
}
network_data_tlvs.hpp:1393
ot::NetworkData::ServerTlv
ot::NetworkData::ServerTlv::GetServerData() const
aServerTlv
.
GetServerData
(
serverData
)
;
network_data_types.cpp:229
ot::NetworkData::ServiceConfig::ServerConfig
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
Call Tree
from
examples
ot::NetworkData::ServerTlv::GetServerData() const
is called by 5 functions and calls 3 functions:
ot::NetworkData::ServerTlv::GetServerData() const
ot::NetworkData::Leader::AddServer()
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
ot::NetworkData::Service::Manager::GetNextDnsSrpUnicastInfo() const
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
All items filtered out
ot::NetworkData::ServerTlv::GetServerData() const
ot::NetworkData::ServerTlv::GetServerDataLength() const
ot::NetworkData::ServerTlv::GetServerData() const
ot::NetworkData::ServerTlv::GetServerData() const::aServerData
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