ESP-IDF
ot::NeighborTable::mCallback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::NeighborTable::mCallback
ot::NeighborTable::mCallback field
Syntax
Show:
Summary
Declaration
from
neighbor_table.hpp:230
Callback
mCallback
;
Examples
References
from
examples
Code
Location
Scope
Referrer
Callback
mCallback
;
neighbor_table.hpp:230
,
mCallback
(
nullptr
)
neighbor_table.cpp:42
ot::NeighborTable
ot::NeighborTable::NeighborTable()
if
(
mCallback
!=
nullptr
)
neighbor_table.cpp:267
ot::NeighborTable
ot::NeighborTable::Signal()
mCallback
(
static_cast
<
otNeighborTableEvent
>
(
aEvent
)
,
&
info
)
;
neighbor_table.cpp:297
ot::NeighborTable
ot::NeighborTable::Signal()
void
RegisterCallback
(
Callback
aCallback
)
{
mCallback
=
aCallback
;
}
neighbor_table.hpp:211
ot::NeighborTable
ot::NeighborTable::RegisterCallback()
Call Tree
from
examples
ot::NeighborTable::mCallback
is called by 1 function:
ot::NeighborTable::Signal()
All items filtered out
ot::NeighborTable::mCallback
All items filtered out
Data Use
from
examples
ot::NeighborTable::mCallback
is written by 1 function and is read by 1 function:
ot::NeighborTable::RegisterCallback()
All items filtered out
ot::NeighborTable::mCallback
ot::NeighborTable::Signal()
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