ESP-IDF
ot::MeshCoP::Tlv::GetType() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::Tlv::GetType() const
ot::MeshCoP::Tlv::GetType() const method
Returns the Type value.
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:135
Type
GetType
(
void
)
const
;
Return value
The Type value.
Examples
References
from
examples
Code
Location
Scope
Referrer
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
ot
::
Tlv
::
GetType
(
)
)
;
}
meshcop_tlvs.hpp:135
VerifyOrExit
(
Tlv
::
FindTlv
(
mTlvs
,
validatedLength
,
tlv
->
GetType
(
)
)
==
nullptr
)
;
dataset.cpp:117
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ValidateTlvs() const
switch
(
aTlv
.
GetType
(
)
)
dataset.cpp:131
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::IsTlvValid()
switch
(
cur
->
GetType
(
)
)
dataset.cpp:233
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ConvertTo() const
Error
Dataset
::
WriteTlv
(
const
Tlv
&
aTlv
)
{
return
WriteTlv
(
aTlv
.
GetType
(
)
,
aTlv
.
GetValue
(
)
,
aTlv
.
GetLength
(
)
)
;
}
dataset.cpp:383
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTlv()
if
(
(
tlv
->
GetType
(
)
==
Tlv
::
kActiveTimestamp
)
||
(
tlv
->
GetType
(
)
==
Tlv
::
kPendingTimestamp
)
||
dataset.cpp:567
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::IsSubsetOf() const
(
tlv
->
GetType
(
)
==
Tlv
::
kDelayTimer
)
)
dataset.cpp:568
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::IsSubsetOf() const
otherTlv
=
aOther
.
FindTlv
(
tlv
->
GetType
(
)
)
;
dataset.cpp:573
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::IsSubsetOf() const
switch
(
cur
->
GetType
(
)
)
dataset_manager.cpp:179
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::ApplyConfiguration() const
shouldAppend
=
tlvList
.
Contains
(
tlv
->
GetType
(
)
)
;
dataset_manager.cpp:594
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::ProcessGetRequest() const
if
(
(
aCheckMode
==
kCheckSecurityPolicyFlags
)
&&
(
tlv
->
GetType
(
)
==
Tlv
::
kNetworkKey
)
&&
dataset_manager.cpp:597
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::ProcessGetRequest() const
switch
(
subTlv
->
GetType
(
)
)
network_data_leader.cpp:553
ot::NetworkData::Leader
ot::NetworkData::Leader::GetCommissioningDataset() const
Call Tree
from
examples
ot::MeshCoP::Tlv::GetType() const
is called by 8 functions and calls 1 function:
ot::NetworkData::Leader::GetCommissioningDataset() const
ot::MeshCoP::Dataset::ValidateTlvs() const
ot::MeshCoP::Dataset::IsTlvValid()
ot::MeshCoP::Dataset::ConvertTo() const
ot::MeshCoP::Dataset::WriteTlv()
ot::MeshCoP::Dataset::IsSubsetOf() const
ot::MeshCoP::DatasetManager::ApplyConfiguration() const
ot::MeshCoP::DatasetManager::ProcessGetRequest() const
All items filtered out
ot::MeshCoP::Tlv::GetType() const
ot::Tlv::GetType() 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