nRF5 SDK for Thread and Zigbee v3.2.0
Functions

Functions

zb_void_t zboss_main_loop (void)
 
zb_void_t zboss_main_loop_iteration (void)
 

Detailed Description

Function Documentation

zb_void_t zboss_main_loop ( void  )

ZBOSS main loop. Must be called after ZB_INIT() and zboss_start(). Loops infinitely.

See any sample

zb_void_t zboss_main_loop_iteration ( void  )

ZBOSS main loop iteration.

This function is useful iw application wants to do something special in the main loop without involving ZBOSS scheduler.

Must be called after ZB_INIT() and zboss_start() / zboss_start_no_autostart() inside the application's main cycle.


Documentation feedback | Developer Zone | Subscribe | Updated