ESP-IDF
ot::NetworkData::ContextTlv::GetContextLength() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::GetContextLength() const
ot::NetworkData::ContextTlv::GetContextLength() const method
Returns the Context Length value.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:1152
uint8_t
GetContextLength
(
void
)
const
;
Return value
The Context Length value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetContextLength
(
void
)
const
{
return
mContextLength
;
}
network_data_tlvs.hpp:1152
GetPrefix
(
)
.
SetLength
(
aContextTlv
.
GetContextLength
(
)
)
;
network_data_types.cpp:262
ot::NetworkData::LowpanContextInfo
ot::NetworkData::LowpanContextInfo::SetFrom()
Call Tree
from
examples
ot::NetworkData::ContextTlv::GetContextLength() const
is called by 1 function:
ot::NetworkData::LowpanContextInfo::SetFrom()
All items filtered out
ot::NetworkData::ContextTlv::GetContextLength() const
All items filtered out
Data Use
from
examples
ot::NetworkData::ContextTlv::GetContextLength() const
reads 1 variable:
ot::NetworkData::ContextTlv::mContextLength
All items filtered out
ot::NetworkData::ContextTlv::GetContextLength() 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