ESP-IDF
ot::NetworkDiagnostic::Tlv::SetType()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::NetworkDiagnostic::Tlv::SetType()
ot::NetworkDiagnostic::Tlv::SetType() method
Sets the Type value.
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:137
void
SetType
(
Type
aType
)
;
Arguments
Argument
Description
aType
The Type value.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetType
(
Type
aType
)
{
ot
::
Tlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
network_diagnostic_tlvs.hpp:137
tlv
.
SetType
(
Tlv
::
kIp6AddressList
)
;
network_diagnostic.cpp:126
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
tlv
.
SetType
(
Tlv
::
kChildTable
)
;
network_diagnostic.cpp:162
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendChildTable()
tlv
.
SetType
(
Tlv
::
kChildIp6AddressList
)
;
network_diagnostic.cpp:723
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendChildTableIp6AddressList()
tlv
.
SetType
(
Tlv
::
kChildIp6AddressList
)
;
network_diagnostic.cpp:753
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendChildIp6AddressListTlv()
SetType
(
kChild
)
;
network_diagnostic_tlvs.cpp:47
ot::NetworkDiagnostic::ChildTlv::InitFrom()
SetType
(
kRouterNeighbor
)
;
network_diagnostic_tlvs.cpp:81
ot::NetworkDiagnostic::RouterNeighborTlv::InitFrom()
SetType
(
kAnswer
)
;
network_diagnostic_tlvs.cpp:100
ot::NetworkDiagnostic::AnswerTlv::Init()
SetType
(
kMleCounters
)
;
network_diagnostic_tlvs.cpp:108
ot::NetworkDiagnostic::MleCountersTlv::Init()
SetType
(
kMacCounters
)
;
network_diagnostic_tlvs.hpp:326
ot::NetworkDiagnostic::MacCountersTlv::Init()
SetType
(
kChannelPages
)
;
network_diagnostic_tlvs.hpp:592
ot::NetworkDiagnostic::ChannelPagesTlv::Init()
SetType
(
kTypeList
)
;
network_diagnostic_tlvs.hpp:631
ot::NetworkDiagnostic::TypeListTlv::Init()
SetType
(
kChild
)
;
network_diagnostic_tlvs.hpp:663
ot::NetworkDiagnostic::ChildTlv::InitAsEmpty()
SetType
(
kRouterNeighbor
)
;
network_diagnostic_tlvs.hpp:862
ot::NetworkDiagnostic::RouterNeighborTlv::InitAsEmpty()
Call Tree
from
examples
ot::NetworkDiagnostic::Tlv::SetType()
is called by 4 functions and calls 1 function:
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
ot::NetworkDiagnostic::Server::AppendChildTable()
ot::NetworkDiagnostic::Server::AppendChildTableIp6AddressList()
ot::NetworkDiagnostic::Server::AppendChildIp6AddressListTlv()
All items filtered out
ot::NetworkDiagnostic::Tlv::SetType()
ot::Tlv::SetType()
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::Tlv::SetType()
writes 9 variables:
All items filtered out
ot::NetworkDiagnostic::Tlv::SetType()
ot::NetworkDiagnostic::MacCountersTlv::Init()
ot::NetworkDiagnostic::ChannelPagesTlv::Init()
ot::NetworkDiagnostic::TypeListTlv::Init()
ot::NetworkDiagnostic::ChildTlv::InitAsEmpty()
ot::NetworkDiagnostic::RouterNeighborTlv::InitAsEmpty()
ot::NetworkDiagnostic::ChildTlv::InitFrom()
ot::NetworkDiagnostic::RouterNeighborTlv::InitFrom()
ot::NetworkDiagnostic::AnswerTlv::Init()
ot::NetworkDiagnostic::MleCountersTlv::Init()
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