Logo
UNICENS V2.1.0-3491
User Manual and API Reference
Ucs_Mem_Buffer_t Struct Reference

Memory chunk representing a message or part of a message. More...

Data Fields

struct Ucs_Mem_Buffer_ * next_buffer_ptr
 Points to an additional memory buffer that belongs to the same message.
 
uint8_t * data_ptr
 Points to the data buffer.
 
uint16_t data_size
 Size of the data buffer.
 
uint16_t total_size
 Reserved for future use. Size of this and all concatenated data buffers.
 

Detailed Description

Memory chunk representing a message or part of a message.