ESP-IDF
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::NetworkData::ServiceConfig::ServerConfig::SetFrom()
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom() method
Syntax
Show:
Summary
Declaration
Definition
from
network_data_types.hpp:360
void
SetFrom
(
const
ServerTlv
&
aServerTlv
)
;
Implemented in
network_data_types.cpp:225
Arguments
Argument
aServerTlv
Related Functions
Found 5 other functions taking a
ServerTlv
argument:
Function
Description
ot::NetworkData::ServiceConfig::SetFrom()
ot::NetworkData::Leader::ContainsMatchingServer()
ot::NetworkData::ServerTlv::operator() const
Indicates whether two Server TLVs fully match.
ot::NetworkData::Service::Manager::IsBackboneRouterPreferredTo() const
ot::NetworkData::Leader::AddServer()
Examples
References
from
examples
Code
Location
Scope
Referrer
void
ServiceConfig
::
ServerConfig
::
SetFrom
(
const
ServerTlv
&
aServerTlv
)
network_data_types.cpp:225
void
SetFrom
(
const
ServerTlv
&
aServerTlv
)
;
network_data_types.hpp:360
GetServerConfig
(
)
.
SetFrom
(
aServerTlv
)
;
network_data_types.cpp:254
ot::NetworkData::ServiceConfig
ot::NetworkData::ServiceConfig::SetFrom()
Call Tree
from
examples
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
is called by 1 function and calls 3 functions:
ot::NetworkData::ServiceConfig::SetFrom()
All items filtered out
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
ot::NetworkData::NetworkDataTlv::IsStable() const
ot::NetworkData::ServerTlv::GetServer16() const
ot::NetworkData::ServerTlv::GetServerData() const
All items filtered out
Data Use
from
examples
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
reads 1 variable and writes 3 variables:
otServerConfig::mServerData
All items filtered out
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
otServerConfig::mStable
otServerConfig::mServerDataLength
otServerConfig::mRloc16
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