Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_str_table_int64 Struct Reference

String/int64_t table type. More...

#include <sol-str-table.h>

Data Fields

const char * key
 Key string. More...
 
size_t len
 Key string length. More...
 
int64_t val
 Value (int64_t) More...
 

Detailed Description

String/int64_t table type.

Field Documentation

const char* sol_str_table_int64::key

Key string.

size_t sol_str_table_int64::len

Key string length.

int64_t sol_str_table_int64::val

Value (int64_t)


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