| 
    client-c
    0.7.0
    
   | 
 
External interface for receiving configuration updates used by Kaa Configuration subsystem. Should be implemented to automatically receive configuration updates. More...
 Include dependency graph for ext_configuration_receiver.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | kaa_configuration_root_receiver_t | 
| Interface for the configuration receiver.  More... | |
Typedefs | |
| typedef kaa_error_t(* | on_configuration_updated_fn )(void *context, const kaa_root_configuration_t *configuration) | 
| Notifies about the new configuration data. See kaa_configuration_manager_set_root_receiver .  More... | |
External interface for receiving configuration updates used by Kaa Configuration subsystem. Should be implemented to automatically receive configuration updates.
Definition in file ext_configuration_receiver.h.
| typedef kaa_error_t(* on_configuration_updated_fn)(void *context, const kaa_root_configuration_t *configuration) | 
Notifies about the new configuration data. See kaa_configuration_manager_set_root_receiver .
| [in] | context | Callback's context. | 
| [in] | configuration | The latest configuration data. NOTE: don't modify this instance. | 
Definition at line 43 of file ext_configuration_receiver.h.