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

Writer: More...

Data Fields

char * prefix
 

Detailed Description

Writer:

The writer is a node type that receives a boolean packet and prints to stdout.

The private data 'struct writer_data' contains the information we need to store per instance, in this case it is the prefix we received as an option.

Examples:
/src/samples/flow/c-api/custom-node-types.c.

Field Documentation

char* writer_data::prefix

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