10#ifndef INFUSE_SDK_INCLUDE_INFUSE_NET_COAP_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_NET_COAP_H_
55 void *user_context, uint8_t *working_mem,
size_t working_size,
int infuse_coap_download(int socket, const char *resource, infuse_coap_data_cb data_cb, void *user_context, uint8_t *working_mem, size_t working_size, int timeout_ms)
Download a file over COAP from an existing socket.
int(* infuse_coap_data_cb)(uint32_t offset, const uint8_t *data, uint16_t data_len, void *user_context)
COAP data download callback.
Definition coap.h:37