Golioth Zephyr SDK
stream.h File Reference
#include <stdint.h>
#include <zephyr/net/coap.h>
#include <net/golioth/req.h>

Go to the source code of this file.

Functions

int golioth_stream_push_cb (struct golioth_client *client, const uint8_t *path, enum golioth_content_format format, const uint8_t *data, size_t data_len, golioth_req_cb_t cb, void *user_data)
 Push value to Golioth's LightDB Stream (callback based) More...
 
int golioth_stream_push (struct golioth_client *client, const uint8_t *path, enum golioth_content_format format, const uint8_t *data, size_t data_len)
 Push value to Golioth's LightDB Stream (synchronously) More...