ESP-IDF
ot::NetworkDiagnostic::ChildTlv::GetQueuedMessageCount() const
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
ot::NetworkDiagnostic::ChildTlv::GetQueuedMessageCount() const
ot::NetworkDiagnostic::ChildTlv::GetQueuedMessageCount() const method
Returns the Queued Message Count field.
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:769
uint16_t
GetQueuedMessageCount
(
void
)
const
;
Return value
The Queued Message Count (number of queued messages for indirect tx to child).
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetQueuedMessageCount
(
void
)
const
{
return
BigEndian
::
HostSwap16
(
mQueuedMessageCount
)
;
}
network_diagnostic_tlvs.hpp:769
mQueuedMessageCount
=
aChildTlv
.
GetQueuedMessageCount
(
)
;
mesh_diag.cpp:605
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
Call Tree
from
examples
ot::NetworkDiagnostic::ChildTlv::GetQueuedMessageCount() const
is called by 1 function and calls 1 function:
ot::Utils::MeshDiag::ChildEntry::SetFrom()
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetQueuedMessageCount() const
ot::BigEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::ChildTlv::GetQueuedMessageCount() const
reads 1 variable:
ot::NetworkDiagnostic::ChildTlv::mQueuedMessageCount
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetQueuedMessageCount() 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