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

Data type describing a blob type. More...

#include <sol-types.h>

Data Fields

uint16_t api_version
 API version. More...
 
void(* free )(struct sol_blob *blob)
 Callback to free an instance. More...
 
uint16_t sub_api
 Type API version. More...
 

Detailed Description

Data type describing a blob type.

This should be used by different kinds of Blob implementation to make than compatible to our blob API.

Field Documentation

uint16_t sol_blob_type::api_version

API version.

void(* sol_blob_type::free)(struct sol_blob *blob)

Callback to free an instance.

uint16_t sol_blob_type::sub_api

Type API version.


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