ESP-IDF
ot::NetworkData::PrefixTlv::FindSubTlv()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::NetworkData::PrefixTlv::FindSubTlv()
ot::NetworkData::PrefixTlv::FindSubTlv() method
Searches in the sub-TLVs to find the first one matching a given TLV type.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:782
NetworkDataTlv
*
FindSubTlv
(
Type
aType
)
;
Arguments
Argument
Description
aType
The sub-TLV type to search for.
Return value
A pointer to the TLV if found, or `nullptr` if not found.
Examples
References
from
examples
Code
Location
template
<
typename
SubTlvType
>
SubTlvType
*
FindSubTlv
(
void
)
network_data_tlvs.hpp:730
template
<
typename
SubTlvType
>
SubTlvType
*
FindSubTlv
(
bool
aStable
)
network_data_tlvs.hpp:756
NetworkDataTlv
*
FindSubTlv
(
Type
aType
)
{
return
AsNonConst
(
AsConst
(
this
)
->
FindSubTlv
(
aType
)
)
;
}
network_data_tlvs.hpp:782
NetworkDataTlv
*
FindSubTlv
(
Type
aType
,
bool
aStable
)
network_data_tlvs.hpp:801
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
Lifecycle
from
examples
All items filtered out
All items filtered out