ESP-IDF
ot::Tlv::ParsedInfo::GetSize() 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::Tlv::ParsedInfo::GetSize() const
ot::Tlv::ParsedInfo::GetSize() const method
Returns the full TLV size in bytes.
Syntax
Show:
Summary
Declaration
from
tlvs.hpp:283
uint16_t
GetSize
(
void
)
const
;
Return value
The TLV size in bytes.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetSize
(
void
)
const
{
return
mTlvOffsetRange
.
GetLength
(
)
;
}
tlvs.hpp:283
for
(
;
!
offsetRange
.
IsEmpty
(
)
;
offsetRange
.
AdvanceOffset
(
tlvInfo
.
GetSize
(
)
)
)
discover_scanner.cpp:327
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
for
(
;
!
offsetRange
.
IsEmpty
(
)
;
offsetRange
.
AdvanceOffset
(
tlvInfo
.
GetSize
(
)
)
)
mle_router.cpp:2599
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleDiscoveryRequest()
Call Tree
from
examples
ot::Tlv::ParsedInfo::GetSize() const
is called by 2 functions and calls 1 function:
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
ot::Mle::MleRouter::HandleDiscoveryRequest()
All items filtered out
ot::Tlv::ParsedInfo::GetSize() const
ot::OffsetRange::GetLength() const
All items filtered out
Data Use
from
examples
ot::Tlv::ParsedInfo::GetSize() const
reads 1 variable:
ot::Tlv::ParsedInfo::mTlvOffsetRange
All items filtered out
ot::Tlv::ParsedInfo::GetSize() 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