client-c  0.7.0
kaa_union_t Struct Reference

#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
 

Detailed Description

Definition at line 60 of file kaa_common_schema.h.

Member Data Documentation

void* kaa_union_t::data

Definition at line 62 of file kaa_common_schema.h.

destroy_fn kaa_union_t::destroy

Definition at line 66 of file kaa_common_schema.h.

get_size_fn kaa_union_t::get_size

Definition at line 65 of file kaa_common_schema.h.

serialize_fn kaa_union_t::serialize

Definition at line 64 of file kaa_common_schema.h.

uint8_t kaa_union_t::type

Definition at line 61 of file kaa_common_schema.h.


The documentation for this struct was generated from the following file: