ESP-IDF
ot::LinkQualityInfo::GetFrameErrorRate() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::LinkQualityInfo::GetFrameErrorRate() const
ot::LinkQualityInfo::GetFrameErrorRate() const method
Returns the MAC frame transmission error rate for the link. The rate is maintained over a window of (roughly) last `OPENTHREAD_CONFIG_FRAME_TX_ERR_RATE_AVERAGING_WINDOW` frame transmissions.
Syntax
Show:
Summary
Declaration
from
link_quality.hpp:395
uint16_t
GetFrameErrorRate
(
void
)
const
;
Return value
The error rate with maximum value `0xffff` corresponding to 100% failure rate.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetFrameErrorRate
(
void
)
const
{
return
mFrameErrorRate
.
GetFailureRate
(
)
;
}
link_quality.hpp:395
mFrameErrorRate
=
aNeighbor
.
GetLinkInfo
(
)
.
GetFrameErrorRate
(
)
;
neighbor.cpp:98
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
Call Tree
from
examples
ot::LinkQualityInfo::GetFrameErrorRate() const
is called by 1 function:
ot::Neighbor::Info::SetFrom()
All items filtered out
ot::LinkQualityInfo::GetFrameErrorRate() const
All items filtered out
Data Use
from
examples
All items filtered out
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