ESP-IDF
ot::Tlv::GetValue() 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::GetValue() const
ot::Tlv::GetValue() const method
Returns a pointer to the Value. Can be used independent of whether the TLV is an Extended TLV or not.
Syntax
Show:
Summary
Declaration
Definition
from
tlvs.hpp:129
const
uint8_t
*
GetValue
(
void
)
const
;
Implemented in
tlvs.cpp:52
Return value
A pointer to the value.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
Tlv
::
GetValue
(
void
)
const
tlvs.cpp:52
const
uint8_t
*
GetValue
(
void
)
const
;
tlvs.hpp:129
Error
Dataset
::
WriteTlv
(
const
Tlv
&
aTlv
)
{
return
WriteTlv
(
aTlv
.
GetType
(
)
,
aTlv
.
GetValue
(
)
,
aTlv
.
GetLength
(
)
)
;
}
dataset.cpp:383
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTlv()
aValue
=
BigEndian
::
ReadUint16
(
subTlv
->
GetValue
(
)
)
;
network_data_leader.cpp:525
ot::NetworkData::Leader
ot::NetworkData::Leader::ReadCommissioningDataUint16SubTlv() const
Call Tree
from
examples
ot::Tlv::GetValue() const
is called by 2 functions and calls 1 function:
ot::NetworkData::Leader::ReadCommissioningDataUint16SubTlv() const
ot::MeshCoP::Dataset::WriteTlv()
All items filtered out
ot::Tlv::GetValue() const
ot::Tlv::IsExtended() const
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