lwIP
2.1.0
Lightweight IP stack
|
#include <api.h>
Data Fields | |
const void * | ptr |
size_t | len |
This vector type is passed to netconn_write_vectors_partly to send multiple buffers at once. ATTENTION: This type has to directly map struct iovec since one is casted into the other!
size_t netvector::len |
size of the application data to send
const void* netvector::ptr |
pointer to the application buffer that contains the data to send