ESP-IDF
ot::NetworkData::ContextTlv::GetContextId() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::ContextTlv::GetContextId() const
ot::NetworkData::ContextTlv::GetContextId() const method
Returns the Context ID value.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:1145
uint8_t
GetContextId
(
void
)
const
;
Return value
The Context ID value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetContextId
(
void
)
const
{
return
mFlags
&
kContextIdMask
;
}
network_data_tlvs.hpp:1145
entry
->
SetRloc
(
0xfc00
|
context
->
GetContextId
(
)
)
;
network_data.cpp:656
ot::NetworkData::MutableNetworkData
ot::NetworkData::MutableNetworkData::RemoveTemporaryDataIn()
aContext
.
mContextId
=
contextTlv
->
GetContextId
(
)
;
network_data_leader.cpp:184
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContext() const
if
(
(
contextTlv
!=
nullptr
)
&&
(
contextTlv
->
GetContextId
(
)
==
aContextId
)
)
network_data_leader.cpp:202
ot::NetworkData::Leader
ot::NetworkData::Leader::FindPrefixTlvForContextId() const
aContext
.
mContextId
=
contextTlv
->
GetContextId
(
)
;
network_data_leader.cpp:229
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContext() const
if
(
context
->
GetContextId
(
)
==
aContextId
)
network_data_leader_ftd.cpp:1265
ot::NetworkData::Leader
ot::NetworkData::Leader::RemoveContext()
mContextId
=
aContextTlv
.
GetContextId
(
)
;
network_data_types.cpp:259
ot::NetworkData::LowpanContextInfo
ot::NetworkData::LowpanContextInfo::SetFrom()
Call Tree
from
examples
ot::NetworkData::ContextTlv::GetContextId() const
is called by 5 functions:
ot::NetworkData::MutableNetworkData::RemoveTemporaryDataIn()
ot::NetworkData::Leader::GetContext() const
ot::NetworkData::Leader::FindPrefixTlvForContextId() const
ot::NetworkData::Leader::RemoveContext()
ot::NetworkData::LowpanContextInfo::SetFrom()
All items filtered out
ot::NetworkData::ContextTlv::GetContextId() const
All items filtered out
Data Use
from
examples
ot::NetworkData::ContextTlv::GetContextId() const
reads 2 variables:
ot::NetworkData::ContextTlv::kContextIdMask
ot::NetworkData::ContextTlv::mFlags
All items filtered out
ot::NetworkData::ContextTlv::GetContextId() 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