Coconut Framework
beta
|
Write buffer to store variable-sized continuous data. More...
#include <CNBuffer.h>
Public Attributes | |
size_t | writePosition |
Current size of the buffer. | |
size_t | currentSize |
The position to put the next data. | |
unsigned char * | context |
Pointer for the buffer context. | |
Write buffer to store variable-sized continuous data.