ESP-IDF
otBorderAgentCounters::mMgmtPendingGets
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
otBorderAgentCounters::mMgmtPendingGets
otBorderAgentCounters::mMgmtPendingGets field
Syntax
Show:
Summary
Declaration
from
border_agent.h:115
uint32_t
mMgmtPendingGets
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mMgmtPendingGets
;
///< The number of MGMT_PENDING_GET.req sent over secure sessions
border_agent.h:115
mCounters
.
mMgmtPendingGets
++
;
border_agent.cpp:490
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleTmf()
OutputLine
(
"mgmtPendingGet: %lu"
,
ToUlong
(
aCounters
.
mMgmtPendingGets
)
)
;
cli.cpp:616
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputBorderAgentCounters()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otBorderAgentCounters::mMgmtPendingGets
is written by 1 function and is read by 2 functions:
ot::MeshCoP::BorderAgent::HandleTmf()
All items filtered out
otBorderAgentCounters::mMgmtPendingGets
ot::MeshCoP::BorderAgent::HandleTmf()
ot::Cli::Interpreter::OutputBorderAgentCounters()
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