Struct data_content_t#

Struct Documentation#

struct data_content_t#

The data content structure. It has the size of the data and a pointer to the data.

Public Members

size_t size#
uint8_t *data#