ESP-IDF
ot::NetworkDiagnostic::ChildTlv::GetAverageRssi() 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::GetAverageRssi() const
ot::NetworkDiagnostic::ChildTlv::GetAverageRssi() const method
Returns the Average RSSI field.
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:735
int8_t
GetAverageRssi
(
void
)
const
;
Return value
The Average RSSI in dBm. 127 if not available or unknown.
Examples
References
from
examples
Code
Location
Scope
Referrer
int8_t
GetAverageRssi
(
void
)
const
{
return
mAverageRssi
;
}
network_diagnostic_tlvs.hpp:735
mAverageRssi
=
aChildTlv
.
GetAverageRssi
(
)
;
mesh_diag.cpp:601
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
Call Tree
from
examples
ot::NetworkDiagnostic::ChildTlv::GetAverageRssi() const
is called by 1 function:
ot::Utils::MeshDiag::ChildEntry::SetFrom()
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetAverageRssi() const
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::ChildTlv::GetAverageRssi() const
reads 1 variable:
ot::NetworkDiagnostic::ChildTlv::mAverageRssi
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetAverageRssi() 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