|
Kaa client C SDK
|
External interface for receiving configuration updates used by Kaa Configuration subsystem. More...
Go to the source code of this file.
Data Structures | |
| 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. More... | |
External interface for receiving configuration updates used by Kaa Configuration subsystem.
Should be implemented to automatically receive configuration updates.
| 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. |
1.8.6