ESP-IDF
ot::Tlv::GetType() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::Tlv::GetType() const
ot::Tlv::GetType() const method
Returns the Type value.
Syntax
Show:
Summary
Declaration
from
tlvs.hpp:69
uint8_t
GetType
(
void
)
const
;
Return value
The Type value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetType
(
void
)
const
{
return
mType
;
}
tlvs.hpp:69
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
ot
::
Tlv
::
GetType
(
)
)
;
}
meshcop_tlvs.hpp:135
ot::MeshCoP::Tlv
ot::MeshCoP::Tlv::GetType() const
MeshCoP
::
Tlv
::
Type
GetType
(
void
)
const
{
return
static_cast
<
MeshCoP
::
Tlv
::
Type
>
(
ot
::
ExtendedTlv
::
GetType
(
)
)
;
}
meshcop_tlvs.hpp:172
ot::MeshCoP::ExtendedTlv
ot::MeshCoP::ExtendedTlv::GetType() const
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
ot
::
Tlv
::
GetType
(
)
)
;
}
mle_tlvs.hpp:126
ot::Mle::Tlv
ot::Mle::Tlv::GetType() const
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
ot
::
Tlv
::
GetType
(
)
)
;
}
network_diagnostic_tlvs.hpp:130
ot::NetworkDiagnostic::Tlv
ot::NetworkDiagnostic::Tlv::GetType() const
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
ot
::
Tlv
::
GetType
(
)
)
;
}
thread_tlvs.hpp:82
ot::ThreadTlv
ot::ThreadTlv::GetType() const
mType
=
tlv
.
GetType
(
)
;
tlvs.cpp:111
ot::Tlv::ParsedInfo
ot::Tlv::ParsedInfo::ParseFrom()
if
(
tlv
->
GetType
(
)
==
aType
)
tlvs.cpp:314
ot::Tlv
ot::Tlv::FindTlv()
Call Tree
from
examples
ot::Tlv::GetType() const
is called by 7 functions:
ot::MeshCoP::Tlv::GetType() const
ot::MeshCoP::ExtendedTlv::GetType() const
ot::Mle::Tlv::GetType() const
ot::ThreadTlv::GetType() const
ot::NetworkDiagnostic::Tlv::GetType() const
ot::Tlv::ParsedInfo::ParseFrom()
ot::Tlv::FindTlv()
All items filtered out
ot::Tlv::GetType() const
All items filtered out
Data Use
from
examples
ot::Tlv::GetType() const
reads 1 variable:
ot::Tlv::mType
All items filtered out
ot::Tlv::GetType() 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