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

Data type to describe <key, value> pairs of strings. More...

#include <sol-types.h>

Data Fields

const char * key
 Pair's key. More...
 
const char * value
 Pair's value. More...
 

Detailed Description

Data type to describe <key, value> pairs of strings.

Field Documentation

const char* sol_key_value::key

Pair's key.

const char* sol_key_value::value

Pair's value.


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