ESP-IDF
ot::ChildTable::GetMaxChildren() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::ChildTable::GetMaxChildren() const
ot::ChildTable::GetMaxChildren() const method
Returns the maximum number of children that can be supported (build-time constant).
Syntax
Show:
Summary
Declaration
from
child_table.hpp:196
uint16_t
GetMaxChildren
(
void
)
const
;
Return value
The maximum number of children supported
Notes
Number of children allowed (from `GetMaxChildrenAllowed()`) can be less than maximum number of supported children.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetMaxChildren
(
void
)
const
{
return
kMaxChildren
;
}
child_table.hpp:196
if
(
foundDuplicate
||
(
numChildren
>
GetMaxChildren
(
)
)
||
(
error
!=
kErrorNone
)
)
child_table.cpp:256
ot::ChildTable
ot::ChildTable::Restore()
Call Tree
from
examples
ot::ChildTable::GetMaxChildren() const
is called by 1 function:
ot::ChildTable::Restore()
All items filtered out
ot::ChildTable::GetMaxChildren() const
All items filtered out
Data Use
from
examples
ot::ChildTable::GetMaxChildren() const
reads 1 variable:
ot::ChildTable::kMaxChildren
All items filtered out
ot::ChildTable::GetMaxChildren() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out