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

Node options are a set of attributes defined by the Node Type that can change the behavior of a Node. More...

#include <sol-flow.h>

Data Fields

uint16_t api_version
 Must match SOL_FLOW_NODE_OPTIONS_API_VERSION at runtime. More...
 
uint16_t sub_api
 To version each subclass. More...
 

Detailed Description

Node options are a set of attributes defined by the Node Type that can change the behavior of a Node.

Examples:
/src/samples/flow/c-api/custom-node-types.c, /src/samples/flow/c-api/simple-c-type.c, and /src/samples/flow/c-api/single-node.c.

Field Documentation

uint16_t sol_flow_node_options::api_version

Must match SOL_FLOW_NODE_OPTIONS_API_VERSION at runtime.

Examples:
/src/samples/flow/c-api/simple-c-type.c.

Referenced by startup().

uint16_t sol_flow_node_options::sub_api

To version each subclass.

Examples:
/src/samples/flow/c-api/simple-c-type.c.

Referenced by mytype_func().


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