|
Golioth Zephyr SDK
|
Information about response to user request. More...
#include <req.h>
Data Fields | |
| const uint8_t * | data |
| size_t | len |
| size_t | off |
| size_t | total |
| golioth_get_next_cb_t | get_next |
| void * | get_next_data |
| void * | user_data |
| int | err |
Information about response to user request.
Stores information about receive response, acknowledgment, error condition (e.g. timeout, error received from server).
If err is <0, then request failed with error and just user_data stores valid information. If err is 0, then response was successfully received (either with data, or just an acknowledgment).
| golioth_get_next_cb_t golioth_req_rsp::get_next |