Core_Conf_Object_Change_Clock Core_Conf_Object_Created
API Reference Manual  /  12 Haps  / 

Core_Conf_Object_Create

Description
Triggered when a new configuration object's init_object method returns successfully, but before the object's attributes are set and before the object's finalize_instance method is called. Since the object is not fully created hap callbacks must not access any of the object's attributes or call any methods on the object's interfaces. Callbacks are called in Global Context.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj);

Core_Conf_Object_Change_Clock Core_Conf_Object_Created