NBuffer_t Struct Reference

Network Buffer. More...

#include <nbuffer.h>

Data Fields

char * Data
 
uint32_t Size
 

Detailed Description

contains the real data pointer and size of valid data

[Network Buffer]

Examples:
Echo.c, and NetTest.c.

Field Documentation

char* Data

pointer to buffer

Examples:
Echo.c, and NetTest.c.
uint32_t Size

size of valid data in buffer