ESP-IDF
ot::Tlv::mLength
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::mLength
ot::Tlv::mLength field
Syntax
Show:
Summary
Declaration
from
tlvs.hpp:707
uint8_t
mLength
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mLength
;
tlvs.hpp:707
bool
IsExtended
(
void
)
const
{
return
(
mLength
==
kExtendedLength
)
;
}
tlvs.hpp:84
ot::Tlv
ot::Tlv::IsExtended() const
uint8_t
GetLength
(
void
)
const
{
return
mLength
;
}
tlvs.hpp:95
ot::Tlv
ot::Tlv::GetLength() const
void
SetLength
(
uint8_t
aLength
)
{
mLength
=
aLength
;
}
tlvs.hpp:102
ot::Tlv
ot::Tlv::SetLength()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Tlv::mLength
is written by 1 function and is read by 2 functions:
ot::Tlv::SetLength()
All items filtered out
ot::Tlv::mLength
ot::Tlv::IsExtended() const
ot::Tlv::GetLength() 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