|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned lifecycle and write seam for one response body. More...
#include <mdl_net.h>
Data Fields | |
| mdl_net_body_reset_fn | reset |
| Clear/abort prior attempt state. | |
| mdl_net_body_write_fn | write |
| Consume one response chunk. | |
| void * | ctx |
| Caller-owned callback state. | |
Caller-owned lifecycle and write seam for one response body.
| void* mdl_net_body_sink_t::ctx |
Caller-owned callback state.
Definition at line 165 of file mdl_net.h.
Referenced by internal_c6_output_abort(), internal_c6_output_write(), internal_cover_publish_cached(), mdl_net_get_body(), and priv_mdl_net_curl_body_write().
| mdl_net_body_reset_fn mdl_net_body_sink_t::reset |
Clear/abort prior attempt state.
Definition at line 163 of file mdl_net.h.
Referenced by internal_c6_output_abort(), and mdl_net_get_body().
| mdl_net_body_write_fn mdl_net_body_sink_t::write |
Consume one response chunk.
Definition at line 164 of file mdl_net.h.
Referenced by internal_c6_output_write(), internal_cover_publish_cached(), mdl_net_get_body(), and priv_mdl_net_curl_body_write().