Developing with ZBOSS for Zigbee

Functions

void zb_start_concentrator_mode (zb_uint8_t radius, zb_uint32_t disc_time)
 
void zb_stop_concentrator_mode (void)
 

Detailed Description

Function Documentation

◆ zb_start_concentrator_mode()

void zb_start_concentrator_mode ( zb_uint8_t  radius,
zb_uint32_t  disc_time 
)

Enable Concentrator mode for the device (disabled by default). It's possible to call this function to send MTORR immediately, e.g. after a new device joined the network. It does affect only for Coordinator role.

Parameters
radius- the hop count radius for concentrator route discoveries. If the value is set zero then the default radius will be used.
disc_time- the time in seconds between concentrator route discoveries. If the value is set to zero, the route discoveries are done by the application layer only.

◆ zb_stop_concentrator_mode()

void zb_stop_concentrator_mode ( void  )

Disable Concentrator mode for the device. It does affect only for Coordinator role.