| 
    client-c
    0.7.0
    
   | 
 
#include <kaa_platform_protocol.h>
Public Attributes | |
| kaa_service_t * | services | 
| size_t | services_count | 
| kaa_buffer_alloc_fn | allocator | 
| void * | allocator_context | 
Serialize info structure
Definition at line 52 of file kaa_platform_protocol.h.
| kaa_buffer_alloc_fn kaa_serialize_info_t::allocator | 
Pointer to a buffer memory allocation function
Definition at line 55 of file kaa_platform_protocol.h.
| void* kaa_serialize_info_t::allocator_context | 
Context to be passed to the allocator callback as context parameter 
Definition at line 56 of file kaa_platform_protocol.h.
| kaa_service_t* kaa_serialize_info_t::services | 
Non-empty list of services to include into the sync message
Definition at line 53 of file kaa_platform_protocol.h.
| size_t kaa_serialize_info_t::services_count | 
Number of elements in services 
Definition at line 54 of file kaa_platform_protocol.h.