ESP-IDF
otNeighborInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNeighborInfo
otNeighborInfo struct
Holds diagnostic information for a neighboring Thread node
Syntax
Show:
Summary
Declaration
from
thread.h:94
typedef
struct
{
otExtAddress
mExtAddress
;
uint32_t
mAge
;
uint32_t
mConnectionTime
;
uint16_t
mRloc16
;
uint32_t
mLinkFrameCounter
;
uint32_t
mMleFrameCounter
;
uint8_t
mLinkQualityIn
;
int8_t
mAverageRssi
;
int8_t
mLastRssi
;
uint8_t
mLinkMargin
;
uint16_t
mFrameErrorRate
;
uint16_t
mMessageErrorRate
;
uint16_t
mVersion
;
bool
mRxOnWhenIdle
:
1
;
bool
mFullThreadDevice
:
1
;
bool
mFullNetworkData
:
1
;
bool
mIsChild
:
1
;
}
otNeighborInfo
;
Fields
Field
Declared as
otNeighborInfo::mExtAddress
otExtAddress
otNeighborInfo::mAge
uint32_t
otNeighborInfo::mConnectionTime
uint32_t
otNeighborInfo::mRloc16
uint16_t
otNeighborInfo::mLinkFrameCounter
uint32_t
otNeighborInfo::mMleFrameCounter
uint32_t
otNeighborInfo::mLinkQualityIn
uint8_t
otNeighborInfo::mAverageRssi
int8_t
otNeighborInfo::mLastRssi
int8_t
otNeighborInfo::mLinkMargin
uint8_t
otNeighborInfo::mFrameErrorRate
uint16_t
otNeighborInfo::mMessageErrorRate
uint16_t
otNeighborInfo::mVersion
uint16_t
otNeighborInfo::mRxOnWhenIdle
bool
:
1
otNeighborInfo::mFullThreadDevice
bool
:
1
otNeighborInfo::mFullNetworkData
bool
:
1
otNeighborInfo::mIsChild
bool
:
1
Related Functions
Found 2 other functions taking a
otNeighborInfo
argument:
Function
Description
otThreadGetNextNeighborInfo()
Gets the next neighbor information. It is used to go through the entries of the neighbor table.
ot::Ncp::NcpBase::EncodeNeighborInfo()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out