ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_net_bytes_t Struct Reference

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.

Detailed Description

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.

Invariant
length == 0 permits data == NULL; nonzero length requires a non-NULL data pointer.
Since
0.1.0

Definition at line 60 of file mdl_net.h.

Field Documentation

◆ data

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().

◆ length

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().


The documentation for this struct was generated from the following file: