ESP-IDF
ot::NeighborTable::Event
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::NeighborTable::Event
ot::NeighborTable::Event enum
Defines the constants used in `NeighborTable::Callback` to indicate whether a child or router neighbor is being added or removed.
Syntax
Show:
Summary
Declaration
from
neighbor_table.hpp:70
enum
Event
:
uint8_t
{
kChildAdded
=
OT_NEIGHBOR_TABLE_EVENT_CHILD_ADDED
,
kChildRemoved
=
OT_NEIGHBOR_TABLE_EVENT_CHILD_REMOVED
,
kChildModeChanged
=
OT_NEIGHBOR_TABLE_EVENT_CHILD_MODE_CHANGED
,
kRouterAdded
=
OT_NEIGHBOR_TABLE_EVENT_ROUTER_ADDED
,
kRouterRemoved
=
OT_NEIGHBOR_TABLE_EVENT_ROUTER_REMOVED
,
}
;
Values
Value
Declared as
ot::NeighborTable::Event::kChildAdded
=
OT_NEIGHBOR_TABLE_EVENT_CHILD_ADDED
ot::NeighborTable::Event::kChildRemoved
=
OT_NEIGHBOR_TABLE_EVENT_CHILD_REMOVED
ot::NeighborTable::Event::kChildModeChanged
=
OT_NEIGHBOR_TABLE_EVENT_CHILD_MODE_CHANGED
ot::NeighborTable::Event::kRouterAdded
=
OT_NEIGHBOR_TABLE_EVENT_ROUTER_ADDED
ot::NeighborTable::Event::kRouterRemoved
=
OT_NEIGHBOR_TABLE_EVENT_ROUTER_REMOVED
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
Event
:
uint8_t
neighbor_table.hpp:70
void
NeighborTable
::
Signal
(
Event
aEvent
,
const
Neighbor
&
aNeighbor
)
neighbor_table.cpp:264
ot::NeighborTable::Signal()
ot::NeighborTable::Signal()::aEvent
void
Signal
(
Event
aEvent
,
const
Neighbor
&
aNeighbor
)
;
neighbor_table.hpp:221
ot::NeighborTable::Signal()
ot::NeighborTable::Signal()::aEvent
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::NeighborTable::Signal()::aEvent
ot::NeighborTable::Signal()
neighbor_table.hpp:221
ot::NeighborTable::Signal()::aEvent
ot::NeighborTable::Signal()
neighbor_table.cpp:264
Lifecycle
from
examples
All items filtered out
All items filtered out