ot::NetworkData::NetworkDataTlv::Find() method
Searches in a given sequence of TLVs to find the first TLV with a given type.
Arguments
aStart
A pointer to the start of the sequence of TLVs to search within.
aEnd
A pointer to the end of the sequence of TLVs.
aType
The TLV type to find.
Return value
A pointer to the TLV if found, or `nullptr` if not found.
ot::NetworkData::NetworkDataTlv::Find() is called by 2 functions and calls 3 functions:
![]()
ot::NetworkData::NetworkDataTlv::Find()