ESP-IDF
ot::Tlv::SetType()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Tlv::SetType()
ot::Tlv::SetType() method
Sets the Type value.
Syntax
Show:
Summary
Declaration
from
tlvs.hpp:76
void
SetType
(
uint8_t
aType
)
;
Arguments
Argument
Description
aType
The Type value.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetType
(
uint8_t
aType
)
{
mType
=
aType
;
}
tlvs.hpp:76
void
SetType
(
Type
aType
)
{
ot
::
Tlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
meshcop_tlvs.hpp:142
ot::MeshCoP::Tlv
ot::MeshCoP::Tlv::SetType()
void
SetType
(
MeshCoP
::
Tlv
::
Type
aType
)
{
ot
::
ExtendedTlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
meshcop_tlvs.hpp:179
ot::MeshCoP::ExtendedTlv
ot::MeshCoP::ExtendedTlv::SetType()
void
SetType
(
Type
aType
)
{
ot
::
Tlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
mle_tlvs.hpp:133
ot::Mle::Tlv
ot::Mle::Tlv::SetType()
extTlv
.
SetType
(
Tlv
::
kIp6AddressList
)
;
network_diagnostic.cpp:134
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
extTlv
.
SetType
(
Tlv
::
kChildTable
)
;
network_diagnostic.cpp:170
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendChildTable()
extTlv
.
SetType
(
Tlv
::
kChildIp6AddressList
)
;
network_diagnostic.cpp:761
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendChildIp6AddressListTlv()
void
SetType
(
Type
aType
)
{
ot
::
Tlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
network_diagnostic_tlvs.hpp:137
ot::NetworkDiagnostic::Tlv
ot::NetworkDiagnostic::Tlv::SetType()
ot
::
Tlv
::
SetType
(
kType
)
;
network_diagnostic_tlvs.hpp:253
ot::NetworkDiagnostic::ConnectivityTlv::Init()
ot
::
Tlv
::
SetType
(
kType
)
;
network_diagnostic_tlvs.hpp:291
ot::NetworkDiagnostic::RouteTlv::Init()
ot
::
Tlv
::
SetType
(
kType
)
;
network_diagnostic_tlvs.hpp:310
ot::NetworkDiagnostic::LeaderDataTlv::Init()
void
SetType
(
Type
aType
)
{
ot
::
Tlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
thread_tlvs.hpp:89
ot::ThreadTlv
ot::ThreadTlv::SetType()
extTlv
.
SetType
(
aType
)
;
tlvs.cpp:280
ot::Tlv
ot::Tlv::AppendTlv()
tlv
.
SetType
(
aType
)
;
tlvs.cpp:286
ot::Tlv
ot::Tlv::AppendTlv()
Call Tree
from
examples
ot::Tlv::SetType()
is called by 9 functions:
ot::MeshCoP::Tlv::SetType()
ot::MeshCoP::ExtendedTlv::SetType()
ot::Mle::Tlv::SetType()
ot::ThreadTlv::SetType()
ot::NetworkDiagnostic::Tlv::SetType()
ot::Tlv::AppendTlv()
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
ot::NetworkDiagnostic::Server::AppendChildTable()
ot::NetworkDiagnostic::Server::AppendChildIp6AddressListTlv()
All items filtered out
ot::Tlv::SetType()
All items filtered out
Data Use
from
examples
ot::Tlv::SetType()
writes 4 variables:
All items filtered out
ot::Tlv::SetType()
ot::NetworkDiagnostic::ConnectivityTlv::Init()
ot::NetworkDiagnostic::RouteTlv::Init()
ot::NetworkDiagnostic::LeaderDataTlv::Init()
ot::Tlv::mType
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