Kaa client C SDK
|
#include <kaa_status.h>
Data Fields | |
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 |
Indicates that profile should be resynced. More... | |
kaa_list_t * | topic_states |
States of topics received. More... | |
kaa_list_t * | topics |
Whole set of topics. More... | |
int32_t | topic_list_hash |
List hash. More... | |
char * | endpoint_access_token |
bool | has_update |
Indicates that status was changed on the client size. More... | |
char* kaa_status_t::endpoint_access_token |
kaa_digest kaa_status_t::endpoint_public_key_hash |
uint32_t kaa_status_t::event_seq_n |
bool kaa_status_t::has_update |
Indicates that status was changed on the client size.
bool kaa_status_t::is_attached |
bool kaa_status_t::is_registered |
bool kaa_status_t::is_updated |
kaa_digest kaa_status_t::profile_hash |
bool kaa_status_t::profile_needs_resync |
Indicates that profile should be resynced.
int32_t kaa_status_t::topic_list_hash |
List hash.
kaa_list_t* kaa_status_t::topic_states |
States of topics received.
kaa_list_t* kaa_status_t::topics |
Whole set of topics.