Golioth Zephyr SDK
req.h File Reference
#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...
 

Typedef Documentation

◆ golioth_get_next_cb_t

golioth_get_next_cb_t

Callback function for requesting more data to be received.

Definition at line 18 of file req.h.

◆ golioth_req_cb_t

golioth_req_cb_t

User callback for handling valid response from server or error condition.

Definition at line 51 of file req.h.