ESP-IDF
otNeighborTableEntryInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNeighborTableEntryInfo
otNeighborTableEntryInfo struct
Represent a neighbor table entry info (child or router) and is used as a parameter in the neighbor table callback `otNeighborTableCallback`.
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:756
typedef
struct
{
otInstance
*
mInstance
;
union
{
otChildInfo
mChild
;
otNeighborInfo
mRouter
;
}
mInfo
;
}
otNeighborTableEntryInfo
;
Fields
Field
Declared as
otNeighborTableEntryInfo::mInstance
otInstance
*
otNeighborTableEntryInfo::mInfo
union
{
otChildInfo
mChild
;
otNeighborInfo
mRouter
;
}
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
otNeighborTableEntryInfo
EntryInfo
;
neighbor_table.hpp:64
typedef
struct
thread_ftd.h:756
}
otNeighborTableEntryInfo
;
thread_ftd.h:764
static
void
HandleNeighborTableChanged
(
otNeighborTableEvent
aEvent
,
const
otNeighborTableEntryInfo
*
aEntry
)
;
ncp_base.hpp:376
ot::Ncp::NcpBase::HandleNeighborTableChanged()
ot::Ncp::NcpBase::HandleNeighborTableChanged()::aEntry
void
HandleNeighborTableChanged
(
otNeighborTableEvent
aEvent
,
const
otNeighborTableEntryInfo
&
aEntry
)
;
ncp_base.hpp:377
ot::Ncp::NcpBase::HandleNeighborTableChanged()
ot::Ncp::NcpBase::HandleNeighborTableChanged()::aEntry
EntryInfo
info
;
neighbor_table.cpp:270
ot::NeighborTable::Signal()
typedef
otNeighborTableEntryInfo
EntryInfo
;
neighbor_table.hpp:64
ot::NeighborTable
ot::NeighborTable::EntryInfo
}
otNeighborTableEntryInfo
;
thread_ftd.h:764
otNeighborTableEntryInfo
typedef
void
(
*
otNeighborTableCallback
)
(
otNeighborTableEvent
aEvent
,
const
otNeighborTableEntryInfo
*
aEntryInfo
)
;
thread_ftd.h:772
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::Ncp::NcpBase::HandleNeighborTableChanged()::aEntry
ot::Ncp::NcpBase::HandleNeighborTableChanged()
ncp_base.hpp:376
ot::Ncp::NcpBase::HandleNeighborTableChanged()::aEntry
ot::Ncp::NcpBase::HandleNeighborTableChanged()
ncp_base.hpp:377
Lifecycle
from
examples
All items filtered out
All items filtered out