otNetworkDiagChildEntry
#include <netdiag.h>
This structure represents a Network Diagnostic Child Table Entry.
Summary
Public attributes |
|
---|---|
mChildId
|
uint16_t
Child ID from which an RLOC can be generated.
|
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.
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.