Golioth Zephyr SDK
SDK for development of Zephyr OS powered devices with Golioth
golioth_blockwise_observe_ctx Struct Reference

Represents a Golioth blockwise observe context. More...

#include <golioth.h>

Public Attributes

struct coap_block_context block_ctx
 
struct golioth_clientclient
 
const char * path
 
golioth_blockwise_observe_received_t received_cb
 

Detailed Description

Represents a Golioth blockwise observe context.

Member Data Documentation

◆ block_ctx

struct coap_block_context golioth_blockwise_observe_ctx::block_ctx

◆ client

struct golioth_client* golioth_blockwise_observe_ctx::client

◆ path

const char* golioth_blockwise_observe_ctx::path

◆ received_cb

golioth_blockwise_observe_received_t golioth_blockwise_observe_ctx::received_cb

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