|
client-c
0.7.4
|
#include <kaa_common_schema.h>
Collaboration diagram for kaa_union_t:Public Attributes | |
| uint8_t | type |
| void * | data |
| serialize_fn | serialize |
| get_size_fn | get_size |
| destroy_fn | destroy |
Definition at line 81 of file kaa_common_schema.h.
| void* kaa_union_t::data |
Definition at line 83 of file kaa_common_schema.h.
| destroy_fn kaa_union_t::destroy |
Definition at line 87 of file kaa_common_schema.h.
| get_size_fn kaa_union_t::get_size |
Definition at line 86 of file kaa_common_schema.h.
| serialize_fn kaa_union_t::serialize |
Definition at line 85 of file kaa_common_schema.h.
| uint8_t kaa_union_t::type |
Definition at line 82 of file kaa_common_schema.h.