ESP-IDF
ot::Tlv::ParsedInfo::mIsExtended
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::Tlv::ParsedInfo::mIsExtended
ot::Tlv::ParsedInfo::mIsExtended field
Syntax
Show:
Summary
Declaration
from
tlvs.hpp:286
bool
mIsExtended
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mIsExtended
;
///< Whether the TLV is extended or not.
tlvs.hpp:286
if
(
tlvInfo
.
mIsExtended
)
discover_scanner.cpp:331
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
if
(
tlvInfo
.
mIsExtended
)
mle_router.cpp:2603
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleDiscoveryRequest()
mIsExtended
=
false
;
tlvs.cpp:115
ot::Tlv::ParsedInfo
ot::Tlv::ParsedInfo::ParseFrom()
mIsExtended
=
true
;
tlvs.cpp:123
ot::Tlv::ParsedInfo
ot::Tlv::ParsedInfo::ParseFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Tlv::ParsedInfo::mIsExtended
is written by 1 function and is read by 2 functions:
ot::Tlv::ParsedInfo::ParseFrom()
All items filtered out
ot::Tlv::ParsedInfo::mIsExtended
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
ot::Mle::MleRouter::HandleDiscoveryRequest()
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