ESP-IDF
ot::NetworkData::PrefixTlv::GetDomainId() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::NetworkData::PrefixTlv::GetDomainId() const
ot::NetworkData::PrefixTlv::GetDomainId() const method
Returns the Domain ID value.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:627
uint8_t
GetDomainId
(
void
)
const
;
Return value
The Domain ID value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetDomainId
(
void
)
const
{
return
mDomainId
;
}
network_data_tlvs.hpp:627
aDomainId
=
prefixTlv
->
GetDomainId
(
)
;
network_data.cpp:593
ot::NetworkData::NetworkData
ot::NetworkData::NetworkData::FindDomainIdFor() const
if
(
ExternalRouteLookup
(
prefixTlv
->
GetDomainId
(
)
,
aDestination
,
aRloc16
)
==
kErrorNone
)
network_data_leader.cpp:286
ot::NetworkData::Leader
ot::NetworkData::Leader::RouteLookup() const
if
(
prefixTlv
->
GetDomainId
(
)
!=
aDomainId
)
network_data_leader.cpp:386
ot::NetworkData::Leader
ot::NetworkData::Leader::ExternalRouteLookup() const
dstPrefix
->
Init
(
aPrefix
.
GetDomainId
(
)
,
aPrefix
.
GetPrefixLength
(
)
,
aPrefix
.
GetPrefix
(
)
)
;
network_data_leader_ftd.cpp:760
ot::NetworkData::Leader
ot::NetworkData::Leader::AddPrefix()
Call Tree
from
examples
ot::NetworkData::PrefixTlv::GetDomainId() const
is called by 4 functions:
ot::NetworkData::NetworkData::FindDomainIdFor() const
ot::NetworkData::Leader::RouteLookup() const
ot::NetworkData::Leader::ExternalRouteLookup() const
ot::NetworkData::Leader::AddPrefix()
All items filtered out
ot::NetworkData::PrefixTlv::GetDomainId() const
All items filtered out
Data Use
from
examples
ot::NetworkData::PrefixTlv::GetDomainId() const
reads 1 variable:
ot::NetworkData::PrefixTlv::mDomainId
All items filtered out
ot::NetworkData::PrefixTlv::GetDomainId() const
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