ot::ChildTable::GetNewChild() method
Gets a new/unused `Child` entry from the child table.
Syntax
Child *GetNewChild(void); Return value
A pointer to a new `Child` entry, or `nullptr` if all `Child` entries are in use.
Notes
The returned child entry will be cleared (`memset` to zero).
![]()
Child *GetNewChild(void);
ot::ChildTable::GetNewChild() calls 3 functions:
![]()
ot::ChildTable::GetNewChild()
ot::ChildTable::GetNewChild() reads 1 variable:
![]()
ot::ChildTable::GetNewChild()