| 
    client-c
    0.8.1
    
   | 
 
#include <kaa_status.h>
Public Attributes | |
| uint32_t | event_seq_n | 
| bool | is_registered | 
| bool | is_attached | 
| bool | is_updated | 
| kaa_digest | endpoint_public_key_hash | 
| kaa_digest | profile_hash | 
| bool | profile_needs_resync | 
| kaa_list_t * | topic_states | 
| kaa_list_t * | topics | 
| int32_t | topic_list_hash | 
| char * | endpoint_access_token | 
| bool | has_update | 
Definition at line 36 of file kaa_status.h.
| char* kaa_status_t::endpoint_access_token | 
Definition at line 49 of file kaa_status.h.
| kaa_digest kaa_status_t::endpoint_public_key_hash | 
Definition at line 42 of file kaa_status.h.
| uint32_t kaa_status_t::event_seq_n | 
Definition at line 38 of file kaa_status.h.
| bool kaa_status_t::has_update | 
Indicates that status was changed on the client size
Definition at line 50 of file kaa_status.h.
| bool kaa_status_t::is_attached | 
Definition at line 40 of file kaa_status.h.
| bool kaa_status_t::is_registered | 
Definition at line 39 of file kaa_status.h.
| bool kaa_status_t::is_updated | 
Definition at line 41 of file kaa_status.h.
| kaa_digest kaa_status_t::profile_hash | 
Definition at line 43 of file kaa_status.h.
| bool kaa_status_t::profile_needs_resync | 
Indicates that profile should be resynced
Definition at line 44 of file kaa_status.h.
| int32_t kaa_status_t::topic_list_hash | 
List hash
Definition at line 48 of file kaa_status.h.
| kaa_list_t* kaa_status_t::topic_states | 
States of topics received
Definition at line 46 of file kaa_status.h.
| kaa_list_t* kaa_status_t::topics | 
Whole set of topics
Definition at line 47 of file kaa_status.h.