BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSL_Data_s Struct Reference

Heap data storage and views. More...

#include <BPSecLib_Private.h>

+ Collaboration diagram for BSL_Data_s:

Data Fields

bool owned
 True if this data is a copy.
 
BSL_DataPtr_t ptr
 Pointer to the front of the buffer.
 
size_t len
 Size of the data buffer.
 

Detailed Description

Heap data storage and views.

Definition at line 266 of file BPSecLib_Private.h.

Field Documentation

◆ len

◆ owned

bool BSL_Data_s::owned

True if this data is a copy.

Definition at line 269 of file BPSecLib_Private.h.

Referenced by BSL_Data_CopyFrom(), BSL_Data_InitBuffer(), BSL_Data_InitView(), and BSL_Data_Resize().

◆ ptr


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