Golioth Zephyr SDK
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | golioth_req_rsp |
Information about response to user request. More... | |
Typedefs | |
typedef int(* | golioth_get_next_cb_t) (void *get_next_data, int status) |
Callback function for requesting more data to be received. More... | |
typedef int(* | golioth_req_cb_t) (struct golioth_req_rsp *rsp) |
User callback for handling valid response from server or error condition. More... | |
golioth_get_next_cb_t |