client-c  0.8.1
ext_configuration_receiver.h File Reference

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...
 

Detailed Description

External interface for receiving configuration updates used by Kaa Configuration subsystem. Should be implemented to automatically receive configuration updates.

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file ext_configuration_receiver.h.

Typedef Documentation

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 .

Parameters
[in]contextCallback's context.
[in]configurationThe latest configuration data. NOTE: don't modify this instance.
Returns
Error code.

Definition at line 43 of file ext_configuration_receiver.h.