Helper struct for const-correctness only. More...
#include <pbuf.h>
Data Fields | |
struct pbuf * | next |
next pbuf in singly linked pbuf chain More... | |
const void * | payload |
pointer to the actual data in the buffer More... | |
Helper struct for const-correctness only.
The only meaning of this one is to provide a const payload pointer for PBUF_ROM type.