otNetworkDiagChildEntry

#include <netdiag.h>

Represents a Network Diagnostic Child Table Entry.

Summary

Public attributes

mChildId
uint16_t
Child ID from which an RLOC can be generated.
mLinkQuality
uint8_t
Link Quality In value in [0,3].
mMode
Link mode bits.
mTimeout
uint16_t
Expected poll time expressed as 2^(Timeout-4) seconds.

Public attributes

mChildId

uint16_t otNetworkDiagChildEntry::mChildId

Child ID from which an RLOC can be generated.

mLinkQuality

uint8_t otNetworkDiagChildEntry::mLinkQuality

Link Quality In value in [0,3].

Value 0 indicates that sender does not support the feature to provide link quality info.

mMode

otLinkModeConfig otNetworkDiagChildEntry::mMode

Link mode bits.

mTimeout

uint16_t otNetworkDiagChildEntry::mTimeout

Expected poll time expressed as 2^(Timeout-4) seconds.

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.