#include "gen/kaa_configuration_definitions.h"
#include "platform/ext_configuration_receiver.h"
Go to the source code of this file.
Retrieves the current configuration data.
- Parameters
-
- Returns
- The current configuration data (NOTE: don't modify this instance), or NULL if something went wrong. Don't cache this pointer, it could become invalid after the next configuration update.
Sets the new receiver of updated configuration data.
See kaa_configuration_root_receiver_t .
- Parameters
-
[in] | self | The valid pointer to kaa_configuration_manager_t instance. |
[in] | receiver | The new receiver instance. This callback will be called each time when the new configuration arrives. |
- Returns
- Error code.