ESP-IDF
ot::NetworkDiagnostic::AnswerTlv::Init()
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::NetworkDiagnostic::AnswerTlv::Init()
ot::NetworkDiagnostic::AnswerTlv::Init() method
Initializes the TLV.
Syntax
Show:
Summary
Declaration
Definition
from
network_diagnostic_tlvs.hpp:970
void
Init
(
uint16_t
aIndex
,
bool
aIsLast
)
;
Implemented in
network_diagnostic_tlvs.cpp:98
Arguments
Argument
Description
aIndex
The index value.
aIsLast
The "IsLast" flag value.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
AnswerTlv
::
Init
(
uint16_t
aIndex
,
bool
aIsLast
)
network_diagnostic_tlvs.cpp:98
void
Init
(
uint16_t
aIndex
,
bool
aIsLast
)
;
network_diagnostic_tlvs.hpp:970
answerTlv
.
Init
(
info
.
mAnswerIndex
,
/* aIsLast */
true
)
;
network_diagnostic.cpp:562
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::PrepareAndSendAnswers()
answerTlv
.
Init
(
aInfo
.
mAnswerIndex
++
,
/* aIsLast */
false
)
;
network_diagnostic.cpp:587
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::CheckAnswerLength()
Call Tree
from
examples
ot::NetworkDiagnostic::AnswerTlv::Init()
is called by 2 functions and calls 1 function:
ot::NetworkDiagnostic::Server::PrepareAndSendAnswers()
ot::NetworkDiagnostic::Server::CheckAnswerLength()
All items filtered out
ot::NetworkDiagnostic::AnswerTlv::Init()
ot::NetworkDiagnostic::AnswerTlv::SetFlagsIndex()
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::AnswerTlv::Init()
reads 5 variables:
ot::NetworkDiagnostic::Tlv::Type::kAnswer
ot::NetworkDiagnostic::Tlv::SetType()
ot::NetworkDiagnostic::AnswerTlv::kIsLastFlag
ot::NetworkDiagnostic::AnswerTlv::kIndexMask
ot::Tlv::SetLength()
All items filtered out
ot::NetworkDiagnostic::AnswerTlv::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