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 Struct Reference

String table element type. More...

#include <sol-str-table.h>

Data Fields

const char * key
 Key string. More...
 
uint16_t len
 Key string length. More...
 
int16_t val
 Value (16 bits integer) More...
 

Detailed Description

String table element type.

For larger integers see struct sol_str_table_int64, for pointers see struct sol_str_table_ptr.

Field Documentation

const char* sol_str_table::key

Key string.

uint16_t sol_str_table::len

Key string length.

int16_t sol_str_table::val

Value (16 bits integer)


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