A modifiable memory buffer. More...
#include <connection_engine.h>
Data Fields | |
char * | data |
Beginning of the buffered data. | |
size_t | size |
Number of bytes in the buffer. |
A modifiable memory buffer.
char* pn_buf_t::data |
Beginning of the buffered data.
size_t pn_buf_t::size |
Number of bytes in the buffer.