Represents a Network Diagnostic Connectivity value.
Public Attributes#
The priority of the sender as a parent.
Number of neighbors with link of quality 3.
Number of neighbors with link of quality 2.
Number of neighbors with link of quality 1.
Cost to the Leader.
Most recent received ID seq number.
Number of active routers.
Buffer capacity in bytes for SEDs. Optional.
Queue capacity (number of IPv6 datagrams) per SED. Optional.
Public Attribute Documentation#
mParentPriority#
int8_t otNetworkDiagConnectivity::mParentPriority
The priority of the sender as a parent.
98
of file include/openthread/netdiag.h
mLinkQuality3#
uint8_t otNetworkDiagConnectivity::mLinkQuality3
Number of neighbors with link of quality 3.
99
of file include/openthread/netdiag.h
mLinkQuality2#
uint8_t otNetworkDiagConnectivity::mLinkQuality2
Number of neighbors with link of quality 2.
100
of file include/openthread/netdiag.h
mLinkQuality1#
uint8_t otNetworkDiagConnectivity::mLinkQuality1
Number of neighbors with link of quality 1.
101
of file include/openthread/netdiag.h
mLeaderCost#
uint8_t otNetworkDiagConnectivity::mLeaderCost
Cost to the Leader.
102
of file include/openthread/netdiag.h
mIdSequence#
uint8_t otNetworkDiagConnectivity::mIdSequence
Most recent received ID seq number.
103
of file include/openthread/netdiag.h
mActiveRouters#
uint8_t otNetworkDiagConnectivity::mActiveRouters
Number of active routers.
104
of file include/openthread/netdiag.h
mSedBufferSize#
uint16_t otNetworkDiagConnectivity::mSedBufferSize
Buffer capacity in bytes for SEDs. Optional.
105
of file include/openthread/netdiag.h
mSedDatagramCount#
uint8_t otNetworkDiagConnectivity::mSedDatagramCount
Queue capacity (number of IPv6 datagrams) per SED. Optional.
106
of file include/openthread/netdiag.h