ESP-IDF
ot::NetworkData::ServerData
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::NetworkData::ServerData
ot::NetworkData::ServerData class
Represents a Server Data.
Syntax
Show:
Summary
Declaration
from
network_data_types.hpp:322
class
ServerData
:
public
Data
<
kWithUint8Length
>
{
}
;
Related Functions
Found 4 other functions taking a
ServerData
argument:
Function
Description
ot::NetworkData::ServerTlv::GetServerData() const
Gets the Server Data.
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
class
ServerData
:
public
Data
<
kWithUint8Length
>
network_data_types.hpp:322
ServerData
serverData
;
network_data_leader_ftd.cpp:947
ot::NetworkData::Leader::AddServer()
const
ServerData
&
aServerData
)
network_data_local.cpp:181
ot::NetworkData::Local::AddService()
ot::NetworkData::Local::AddService()::aServerData
const
ServerData
&
aServerData
)
;
network_data_local.hpp:146
ot::NetworkData::Local::AddService()
ot::NetworkData::Local::AddService()::aServerData
ServerData
serverData
;
network_data_service.cpp:50
ot::NetworkData::Service::Manager::AddService()
ServerData
data
;
network_data_service.cpp:101
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
ServerData
data
;
network_data_service.cpp:277
ot::NetworkData::Service::Manager::GetNextDnsSrpUnicastInfo() const
void
Init
(
uint16_t
aServer16
,
const
ServerData
&
aServerData
)
network_data_tlvs.hpp:1357
ot::NetworkData::ServerTlv::Init()
ot::NetworkData::ServerTlv::Init()::aServerData
void
GetServerData
(
ServerData
&
aServerData
)
const
{
aServerData
.
Init
(
GetServerData
(
)
,
GetServerDataLength
(
)
)
;
}
network_data_tlvs.hpp:1393
ot::NetworkData::ServerTlv::GetServerData() const
ot::NetworkData::ServerTlv::GetServerData() const::aServerData
ServerData
serverData
;
network_data_types.cpp:227
ot::NetworkData::ServiceConfig::ServerConfig::SetFrom()
void
GetServerData
(
ServerData
&
aServerData
)
const
{
aServerData
.
Init
(
mServerData
,
mServerDataLength
)
;
}
network_data_types.hpp:347
ot::NetworkData::ServiceConfig::ServerConfig::GetServerData() const
ot::NetworkData::ServiceConfig::ServerConfig::GetServerData() const::aServerData
NetworkData
::
ServerData
serverData
;
server_api.cpp:51
otServerAddService()
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
Instance
Scope
Location
Project
ot::NetworkData::ServiceConfig::ServerConfig::GetServerData() const::aServerData
ot::NetworkData::ServiceConfig::ServerConfig::GetServerData() const
network_data_types.hpp:347
ot::NetworkData::ServerTlv::Init()::aServerData
ot::NetworkData::ServerTlv::Init()
network_data_tlvs.hpp:1357
ot::NetworkData::ServerTlv::GetServerData() const::aServerData
ot::NetworkData::ServerTlv::GetServerData() const
network_data_tlvs.hpp:1393
ot::NetworkData::Local::AddService()::aServerData
ot::NetworkData::Local::AddService()
network_data_local.hpp:146
ot::NetworkData::Local::AddService()::aServerData
ot::NetworkData::Local::AddService()
network_data_local.cpp:181
Lifecycle
from
examples
All items filtered out
All items filtered out