|
client-c
0.7.4
|
Interface for the configuration receiver. More...
#include <ext_configuration_receiver.h>
Collaboration diagram for kaa_configuration_root_receiver_t:Public Attributes | |
| void * | context |
| on_configuration_updated_fn | on_configuration_updated |
Interface for the configuration receiver.
Definition at line 50 of file ext_configuration_receiver.h.
| void* kaa_configuration_root_receiver_t::context |
Context to pass to the function below.
Definition at line 52 of file ext_configuration_receiver.h.
| on_configuration_updated_fn kaa_configuration_root_receiver_t::on_configuration_updated |
Called when the new configuration data arrives.
Definition at line 53 of file ext_configuration_receiver.h.