This structure represents a Network Diagnostic Connectivity value.

Public Attributes#

int8_t

The priority of the sender as a parent.

uint8_t

The number of neighboring devices with which the sender shares a link of quality 3.

uint8_t

The number of neighboring devices with which the sender shares a link of quality 2.

uint8_t

The number of neighboring devices with which the sender shares a link of quality 1.

uint8_t

The sender's routing cost to the Leader.

uint8_t

The most recent ID sequence number received by the sender.

uint8_t

The number of active Routers in the sender's Thread Network Partition.

uint16_t

The guaranteed buffer capacity in octets for all IPv6 datagrams destined to a given SED.

uint8_t

The guaranteed queue capacity in number of IPv6 datagrams destined to a given SED.

Public Attribute Documentation#

mParentPriority#

int8_t otNetworkDiagConnectivity::mParentPriority

The priority of the sender as a parent.


Definition at line 108 of file include/openthread/netdiag.h

mLinkQuality3#

uint8_t otNetworkDiagConnectivity::mLinkQuality3

The number of neighboring devices with which the sender shares a link of quality 3.


Definition at line 113 of file include/openthread/netdiag.h

mLinkQuality2#

uint8_t otNetworkDiagConnectivity::mLinkQuality2

The number of neighboring devices with which the sender shares a link of quality 2.


Definition at line 118 of file include/openthread/netdiag.h

mLinkQuality1#

uint8_t otNetworkDiagConnectivity::mLinkQuality1

The number of neighboring devices with which the sender shares a link of quality 1.


Definition at line 123 of file include/openthread/netdiag.h

mLeaderCost#

uint8_t otNetworkDiagConnectivity::mLeaderCost

The sender's routing cost to the Leader.


Definition at line 128 of file include/openthread/netdiag.h

mIdSequence#

uint8_t otNetworkDiagConnectivity::mIdSequence

The most recent ID sequence number received by the sender.


Definition at line 133 of file include/openthread/netdiag.h

mActiveRouters#

uint8_t otNetworkDiagConnectivity::mActiveRouters

The number of active Routers in the sender's Thread Network Partition.


Definition at line 138 of file include/openthread/netdiag.h

mSedBufferSize#

uint16_t otNetworkDiagConnectivity::mSedBufferSize

The guaranteed buffer capacity in octets for all IPv6 datagrams destined to a given SED.

Optional.


Definition at line 143 of file include/openthread/netdiag.h

mSedDatagramCount#

uint8_t otNetworkDiagConnectivity::mSedDatagramCount

The guaranteed queue capacity in number of IPv6 datagrams destined to a given SED.

Optional.


Definition at line 148 of file include/openthread/netdiag.h