esp_zb_scheduler_user_alarm() function
Schedule user alarm - callback to be executed after timeout.
Arguments
cb
- function to call via scheduler
param
- parameter to pass to the function
time
- timeout, in millisecond
Return value
- the handle used to cancel the user alarm
Notes
Function will be called via scheduler after timeout expired in millisecond. Timer resolution depends on implementation. Same callback can be scheduled for execution more then once.