ot::Settings::ChildInfoIterator::GetChildInfo() const method
Gets the Child Info corresponding to the current iterator entry in the list.
Return value
A reference to `ChildInfo` structure corresponding to current iterator entry.
Notes
This method should be used only if `IsDone()` is returning FALSE indicating that the iterator is pointing to a valid entry.
![]()
const ChildInfo &GetChildInfo(void) const { return mChildInfo; }
ot::Settings::ChildInfoIterator::GetChildInfo() const is called by 1 function:
![]()
ot::Settings::ChildInfoIterator::GetChildInfo() const