Ziti C SDK
|
#include <model_support.h>
Data Fields | ||
tag_type | type | |
union { | ||
model_bool bool_value | ||
model_number num_value | ||
model_string string_value | ||
}; | ||
union { ... } tag |
model_bool tag::bool_value |
model_number tag::num_value |
model_string tag::string_value |
tag_type tag::type |