ESP-IDF
otMacCounters::mRxUnicast
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
otMacCounters::mRxUnicast
otMacCounters::mRxUnicast field
The total number of unicast frames received.
Syntax
Show:
Summary
Declaration
from
link.h:232
uint32_t
mRxUnicast
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mRxUnicast
;
link.h:232
{
&
otMacCounters
::
mRxUnicast
,
"RxUnicast"
}
,
cli.cpp:2246
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mCounters
.
mRxUnicast
++
;
mac.cpp:1855
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
tlv
.
SetIfInUcastPkts
(
counters
.
mRxUnicast
)
;
network_diagnostic.cpp:213
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendMacCounters()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMacCounters::mRxUnicast
is written by 1 function and is read by 2 functions:
ot::Mac::Mac::HandleReceivedFrame()
All items filtered out
otMacCounters::mRxUnicast
ot::Mac::Mac::HandleReceivedFrame()
ot::NetworkDiagnostic::Server::AppendMacCounters()
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