Represents a Network Diagnostic Child Table Entry.

Public Attributes#

uint16_t

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

uint8_t

Link Quality In value in [0,3].

uint16_t

Child ID from which an RLOC can be generated.

Link mode bits.

Public Attribute Documentation#

mTimeout#

uint16_t otNetworkDiagChildEntry::mTimeout

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


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

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.


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

mChildId#

uint16_t otNetworkDiagChildEntry::mChildId

Child ID from which an RLOC can be generated.


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

mMode#

otLinkModeConfig otNetworkDiagChildEntry::mMode

Link mode bits.


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