Generic buffer structure. More...
#include <buffer.h>
Data Fields | |
void * | buffer |
the pointer to a buffer More... | |
size_t | length |
the buffer length More... | |
size_t | pos |
actual buffer position More... | |
uint8_t | width |
The buffer unit width (8, 16, 32, 64), used for proper *buffer casting. More... | |