ESP-IDF
ot::NetworkDiagnostic::ChildTlv::GetFlags() 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::GetFlags() const
ot::NetworkDiagnostic::ChildTlv::GetFlags() const method
Returns the Flags field (`kFlags*` constants define bits in flags).
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:672
uint8_t
GetFlags
(
void
)
const
;
Return value
The Flags field.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetFlags
(
void
)
const
{
return
mFlags
;
}
network_diagnostic_tlvs.hpp:672
mRxOnWhenIdle
=
(
aChildTlv
.
GetFlags
(
)
&
ChildTlv
::
kFlagsRxOnWhenIdle
)
;
mesh_diag.cpp:588
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
mDeviceTypeFtd
=
(
aChildTlv
.
GetFlags
(
)
&
ChildTlv
::
kFlagsFtd
)
;
mesh_diag.cpp:589
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
mFullNetData
=
(
aChildTlv
.
GetFlags
(
)
&
ChildTlv
::
kFlagsFullNetdta
)
;
mesh_diag.cpp:590
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
mCslSynchronized
=
(
aChildTlv
.
GetFlags
(
)
&
ChildTlv
::
kFlagsCslSync
)
;
mesh_diag.cpp:591
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
mSupportsErrRate
=
(
aChildTlv
.
GetFlags
(
)
&
ChildTlv
::
kFlagsTrackErrRate
)
;
mesh_diag.cpp:592
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
Call Tree
from
examples
ot::NetworkDiagnostic::ChildTlv::GetFlags() const
is called by 1 function:
ot::Utils::MeshDiag::ChildEntry::SetFrom()
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetFlags() const
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::ChildTlv::GetFlags() const
reads 1 variable:
ot::NetworkDiagnostic::ChildTlv::mFlags
All items filtered out
ot::NetworkDiagnostic::ChildTlv::GetFlags() 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