ESP-IDF
ot::MeshForwarder::mIpCounters
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::MeshForwarder::mIpCounters
ot::MeshForwarder::mIpCounters field
Syntax
Show:
Summary
Declaration
from
mesh_forwarder.hpp:644
otIpCounters
mIpCounters
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otIpCounters
mIpCounters
;
mesh_forwarder.hpp:644
aMessage
.
GetTxSuccess
(
)
?
mIpCounters
.
mTxSuccess
++
:
mIpCounters
.
mTxFailure
++
;
mesh_forwarder.cpp:1321
ot::MeshForwarder
ot::MeshForwarder::FinalizeMessageDirectTx()
mIpCounters
.
mRxSuccess
++
;
mesh_forwarder.cpp:1687
ot::MeshForwarder
ot::MeshForwarder::HandleDatagram()
const
otIpCounters
&
GetCounters
(
void
)
const
{
return
mIpCounters
;
}
mesh_forwarder.hpp:272
ot::MeshForwarder
ot::MeshForwarder::GetCounters() const
void
ResetCounters
(
void
)
{
ClearAllBytes
(
mIpCounters
)
;
}
mesh_forwarder.hpp:277
ot::MeshForwarder
ot::MeshForwarder::ResetCounters()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshForwarder::mIpCounters
is read by 4 functions:
All items filtered out
ot::MeshForwarder::mIpCounters
ot::MeshForwarder::GetCounters() const
ot::MeshForwarder::ResetCounters()
ot::MeshForwarder::FinalizeMessageDirectTx()
ot::MeshForwarder::HandleDatagram()
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