ESP-IDF
ot::NetworkDiagnostic::ChildTlv::mAge
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::mAge
ot::NetworkDiagnostic::ChildTlv::mAge field
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:798
uint32_t
mAge
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mAge
;
// Seconds since last heard from the child.
network_diagnostic_tlvs.hpp:798
mAge
=
BigEndian
::
HostSwap32
(
Time
::
MsecToSec
(
TimerMilli
::
GetNow
(
)
-
aChild
.
GetLastHeard
(
)
)
)
;
network_diagnostic_tlvs.cpp:59
ot::NetworkDiagnostic::ChildTlv
ot::NetworkDiagnostic::ChildTlv::InitFrom()
uint32_t
GetAge
(
void
)
const
{
return
BigEndian
::
HostSwap32
(
mAge
)
;
}
network_diagnostic_tlvs.hpp:707
ot::NetworkDiagnostic::ChildTlv
ot::NetworkDiagnostic::ChildTlv::GetAge() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::ChildTlv::mAge
is written by 1 function and is read by 1 function:
ot::NetworkDiagnostic::ChildTlv::InitFrom()
All items filtered out
ot::NetworkDiagnostic::ChildTlv::mAge
ot::NetworkDiagnostic::ChildTlv::GetAge() 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