otNetworkDiagConnectivity
#include <netdiag.h>
Represents a Network Diagnostic Connectivity value.
Summary
Public attributes |
|
---|---|
mActiveRouters
|
uint8_t
The number of active Routers in the sender's Thread Network Partition.
|
mIdSequence
|
uint8_t
The most recent ID sequence number received by the sender.
|
mLeaderCost
|
uint8_t
The sender's routing cost to the Leader.
|
mLinkQuality1
|
uint8_t
The number of neighboring devices with which the sender shares a link of quality 1.
|
mLinkQuality2
|
uint8_t
The number of neighboring devices with which the sender shares a link of quality 2.
|
mLinkQuality3
|
uint8_t
The number of neighboring devices with which the sender shares a link of quality 3.
|
mParentPriority
|
int8_t
The priority of the sender as a parent.
|
mSedBufferSize
|
uint16_t
The guaranteed buffer capacity in octets for all IPv6 datagrams destined to a given SED.
|
mSedDatagramCount
|
uint8_t
The guaranteed queue capacity in number of IPv6 datagrams destined to a given SED.
|
Public attributes
mActiveRouters
uint8_t otNetworkDiagConnectivity::mActiveRouters
The number of active Routers in the sender's Thread Network Partition.
mIdSequence
uint8_t otNetworkDiagConnectivity::mIdSequence
The most recent ID sequence number received by the sender.
mLeaderCost
uint8_t otNetworkDiagConnectivity::mLeaderCost
The sender's routing cost to the Leader.
mLinkQuality1
uint8_t otNetworkDiagConnectivity::mLinkQuality1
The number of neighboring devices with which the sender shares a link of quality 1.
mLinkQuality2
uint8_t otNetworkDiagConnectivity::mLinkQuality2
The number of neighboring devices with which the sender shares a link of quality 2.
mLinkQuality3
uint8_t otNetworkDiagConnectivity::mLinkQuality3
The number of neighboring devices with which the sender shares a link of quality 3.
mParentPriority
int8_t otNetworkDiagConnectivity::mParentPriority
The priority of the sender as a parent.
mSedBufferSize
uint16_t otNetworkDiagConnectivity::mSedBufferSize
The guaranteed buffer capacity in octets for all IPv6 datagrams destined to a given SED.
Optional.
mSedDatagramCount
uint8_t otNetworkDiagConnectivity::mSedDatagramCount
The guaranteed queue capacity in number of IPv6 datagrams destined to a given SED.
Optional.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.