In the Zigbee framework, what is the purpose of the return variable from zb_osif_sleep() ? The "documentation" for Zigbee seems to implement a "guess and figure it out for yourself" model when it comes to parameters and return variables for many of its functions... Unfortunately, while I can guess that this is a success/failure type return, the meaning of those return values remains a mystery. (Documenting the parameter for zb_osif_sleep() would also be useful...)
Thanks.