gos_dynamic_buffer_t Struct Reference

Data Fields

uint8_t * buffer
 Pointer to allocated buffer.
 
const uint8_t * buffer_end
 Pointer to end of allocated buffer.
 
uint8_t * append
 Pointer to where data should be appended to the buffer.
 
uint8_t * prepend
 Pointer to where data should be prepended to the buffer.
 

Detailed Description

Dynamic buffer context

Examples:
cloud/dps_demo/main.c.