ESP-IDF
ot::NetworkDiagnostic::RouterNeighborTlv::GetMessageErrorRate() 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::RouterNeighborTlv::GetMessageErrorRate() const
ot::NetworkDiagnostic::RouterNeighborTlv::GetMessageErrorRate() const method
Returns the Message Error Rate field. `kFlagsTrackErrRate` from `GetFlags()` indicates whether or not the implementation supports tracking of error rates and whether or not the value in this field is valid.
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:940
uint16_t
GetMessageErrorRate
(
void
)
const
;
Return value
The Message Error Rate (0x0000->0%, 0xffff->100%).
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetMessageErrorRate
(
void
)
const
{
return
BigEndian
::
HostSwap16
(
mMessageErrorRate
)
;
}
network_diagnostic_tlvs.hpp:940
mMessageErrorRate
=
aTlv
.
GetMessageErrorRate
(
)
;
mesh_diag.cpp:625
ot::Utils::MeshDiag::RouterNeighborEntry
ot::Utils::MeshDiag::RouterNeighborEntry::SetFrom()
Call Tree
from
examples
ot::NetworkDiagnostic::RouterNeighborTlv::GetMessageErrorRate() const
is called by 1 function and calls 1 function:
ot::Utils::MeshDiag::RouterNeighborEntry::SetFrom()
All items filtered out
ot::NetworkDiagnostic::RouterNeighborTlv::GetMessageErrorRate() const
ot::BigEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::RouterNeighborTlv::GetMessageErrorRate() const
reads 1 variable:
ot::NetworkDiagnostic::RouterNeighborTlv::mMessageErrorRate
All items filtered out
ot::NetworkDiagnostic::RouterNeighborTlv::GetMessageErrorRate() 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