Represents a Network Diagnostic Connectivity value.
Public Attributes#
The priority of the sender as a parent.
The number of neighboring devices with which the sender shares a link of quality 3.
The number of neighboring devices with which the sender shares a link of quality 2.
The number of neighboring devices with which the sender shares a link of quality 1.
The sender's routing cost to the Leader.
The most recent ID sequence number received by the sender.
The number of active Routers in the sender's Thread Network Partition.
The guaranteed buffer capacity in octets for all IPv6 datagrams destined to a given SED.
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.
115
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.
120
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.
125
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.
130
of file include/openthread/netdiag.h
mLeaderCost#
uint8_t otNetworkDiagConnectivity::mLeaderCost
The sender's routing cost to the Leader.
135
of file include/openthread/netdiag.h
mIdSequence#
uint8_t otNetworkDiagConnectivity::mIdSequence
The most recent ID sequence number received by the sender.
140
of file include/openthread/netdiag.h
mActiveRouters#
uint8_t otNetworkDiagConnectivity::mActiveRouters
The number of active Routers in the sender's Thread Network Partition.
145
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.
150
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.
155
of file include/openthread/netdiag.h