esp_zigbee_gateway sample
esp_zb_nwk_set_max_children()
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_zigbee_gateway sample
esp_zb_nwk_set_max_children()
esp_zb_nwk_set_max_children() function
Set the maximum number of children allowed. The function only takes effect on ZC/ZR.
Syntax
Show:
Summary
Declaration
from
esp_zigbee_nwk.h:203
esp_err_t
esp_zb_nwk_set_max_children
(
uint8_t
max_children
)
;
Arguments
Argument
Description
max_children
Maximum number of children.
Return value
- ESP_OK: On success - ESP_ERR_NOT_SUPPORTED: for ZED.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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