Core_Global_Message Core_Hap_Callback_Removed
API Reference Manual  /  12 Haps  / 

Core_Hap_Callback_Installed

Description
Triggered before a callback is installed. The callback called by this hap is not allowed to install any hap callbacks.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 hap_number, 
         int64 range_low, int64 range_high);

Index
hap_number

Core_Global_Message Core_Hap_Callback_Removed