ESP-IDF
otNetworkDiagTlv::
::mChildTable
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetworkDiagTlv::
::mChildTable
otNetworkDiagTlv::
::mChildTable field
Syntax
Show:
Summary
Declaration
from
netdiag.h:220
struct
{
uint8_t
mCount
;
otNetworkDiagChildEntry
mTable
[
OT_NETWORK_BASE_TLV_MAX_LENGTH
/
sizeof
(
otNetworkDiagChildEntry
)
]
;
}
mChildTable
;
Examples
References
from
examples
Code
Location
Scope
Referrer
}
mChildTable
;
netdiag.h:224
for
(
uint16_t
i
=
0
;
i
<
diagTlv
.
mData
.
mChildTable
.
mCount
;
++
i
)
cli.cpp:7965
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
OutputChildTableEntry
(
kIndentSize
+
2
,
diagTlv
.
mData
.
mChildTable
.
mTable
[
i
]
)
;
cli.cpp:7968
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
uint16_t
childInfoLength
=
GetArrayLength
(
aTlvInfo
.
mData
.
mChildTable
.
mTable
)
;
network_diagnostic.cpp:1168
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
ChildInfo
*
childInfo
=
&
aTlvInfo
.
mData
.
mChildTable
.
mTable
[
0
]
;
network_diagnostic.cpp:1169
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
uint8_t
&
childCount
=
aTlvInfo
.
mData
.
mChildTable
.
mCount
;
network_diagnostic.cpp:1170
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetworkDiagTlv::
::mChildTable
is read by 2 functions:
All items filtered out
otNetworkDiagTlv::
::mChildTable
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
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