Represents blockwise download transfer from Golioth. More...
#include <golioth.h>
Public Attributes | |
struct coap_block_context | block_ctx |
struct golioth_client * | client |
struct coap_reply * | reply |
uint8_t | token [COAP_TOKEN_MAX_LEN] |
golioth_blockwise_download_received_t | received_cb |
Represents blockwise download transfer from Golioth.
struct coap_block_context golioth_blockwise_download_ctx::block_ctx |
struct golioth_client* golioth_blockwise_download_ctx::client |
golioth_blockwise_download_received_t golioth_blockwise_download_ctx::received_cb |
struct coap_reply* golioth_blockwise_download_ctx::reply |
uint8_t golioth_blockwise_download_ctx::token[COAP_TOKEN_MAX_LEN] |