Developing with ZBOSS for Zigbee
|
Modules | |
General parameters to be set before start | |
ZBOSS kernel initialization and start | |
ZBOSS main loop | |
ZBOSS commissioning signals handler | |
Get general parameters | |
NWK Address translation table access | |
Macros | |
#define | MAIN() main(a,v) |
#define | MAIN_RETURN(retc) return (retc) |
#define MAIN | ( | ) | main(a,v) |
#define MAIN_RETURN | ( | retc | ) | return (retc) |
Return statement of ZBOSS application entry point. Corresponds to exit() call from main(). Platform-dependent.