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

Represents blockwise download transfer from Golioth. More...

#include <golioth.h>

Public Attributes

struct coap_block_context block_ctx
 
struct golioth_clientclient
 
struct coap_reply * reply
 
uint8_t token [COAP_TOKEN_MAX_LEN]
 
golioth_blockwise_download_received_t received_cb
 

Detailed Description

Represents blockwise download transfer from Golioth.

Member Data Documentation

◆ block_ctx

struct coap_block_context golioth_blockwise_download_ctx::block_ctx

◆ client

struct golioth_client* golioth_blockwise_download_ctx::client

◆ received_cb

golioth_blockwise_download_received_t golioth_blockwise_download_ctx::received_cb

◆ reply

struct coap_reply* golioth_blockwise_download_ctx::reply

◆ token

uint8_t golioth_blockwise_download_ctx::token[COAP_TOKEN_MAX_LEN]

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