ESP-IDF
ot::NetworkDiagnostic::ChildTlv::GetCslChannel() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::NetworkDiagnostic::ChildTlv::GetCslChannel() const
ot::NetworkDiagnostic::ChildTlv::GetCslChannel() const method
Returns the CSL Channel.
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:790
uint8_t
GetCslChannel
(
void
)
const
;
Return value
The CSL channel.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetCslChannel
(
void
)
const
{
return
mCslChannel
;
}
network_diagnostic_tlvs.hpp:790
mCslChannel
=
aChildTlv
.
GetCslChannel
(
)
;
mesh_diag.cpp:608
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
Call Tree
from
examples
ot::NetworkDiagnostic::ChildTlv::GetCslChannel() const
is called by 1 function:
ot::Utils::MeshDiag::ChildEntry::SetFrom()
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetCslChannel() const
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::ChildTlv::GetCslChannel() const
reads 1 variable:
ot::NetworkDiagnostic::ChildTlv::mCslChannel
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetCslChannel() 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