otNetworkDiagChildEntry

#include <netdiag.h>

Represents a Network Diagnostic Child Table Entry.

Summary

Public attributes

mChildId
uint16_t
Child ID (derived from child RLOC)
mLinkQuality
uint8_t
Link Quality In value [0,3]. Zero indicate sender cannot provide link quality info.
mMode
Link mode.
mTimeout
uint16_t
Expected poll timeout expressed as 2^(Timeout-4) seconds.

Public attributes

mChildId

uint16_t otNetworkDiagChildEntry::mChildId

Child ID (derived from child RLOC)

mLinkQuality

uint8_t otNetworkDiagChildEntry::mLinkQuality

Link Quality In value [0,3]. Zero indicate sender cannot provide link quality info.

mMode

otLinkModeConfig otNetworkDiagChildEntry::mMode

Link mode.

mTimeout

uint16_t otNetworkDiagChildEntry::mTimeout

Expected poll timeout 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.