Developing with ZBOSS for Zigbee
NWK functions visible to applications

Modules

 Multi-MAC configuration
 
 NWK common constants
 
 NWK management service
 
 NWK PAN ID conflicts
 
 NWK MTORR functionality
 

Functions

zb_ret_t zb_nwk_set_max_ed_capacity (zb_uint8_t value)
 
zb_uint8_t zb_nwk_get_max_ed_capacity (void)
 
zb_uint8_t zb_nwk_get_total_capacity (void)
 

Detailed Description

Function Documentation

◆ zb_nwk_get_max_ed_capacity()

zb_uint8_t zb_nwk_get_max_ed_capacity ( void  )

Get the number of end devices a device is allow to have.

Returns
number of end devices

◆ zb_nwk_get_total_capacity()

zb_uint8_t zb_nwk_get_total_capacity ( void  )

Get the maximum number of siblings and children that a device can have.

Returns
Size of neighbor table

◆ zb_nwk_set_max_ed_capacity()

zb_ret_t zb_nwk_set_max_ed_capacity ( zb_uint8_t  value)

Set the number of end device a device is allow to have.

Returns
RET_OK if successful