|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Read-only caller-owned byte view retained by a network backend. More...
#include <mdl_net.h>
Data Fields | |
| const uint8_t * | data |
| First caller-owned byte, or NULL when empty. | |
| size_t | length |
Exact readable byte count at data. | |
Read-only caller-owned byte view retained by a network backend.
The view never transfers ownership and exposes no host path or storage implementation to portable network policy.
| const uint8_t* mdl_net_bytes_t::data |
First caller-owned byte, or NULL when empty.
Definition at line 61 of file mdl_net.h.
Referenced by priv_mdl_net_curl_apply_ca_blob(), and priv_mdl_net_curl_apply_cookies().
| size_t mdl_net_bytes_t::length |
Exact readable byte count at data.
Definition at line 62 of file mdl_net.h.
Referenced by priv_mdl_net_curl_apply_ca_blob(), and priv_mdl_net_curl_apply_cookies().