Rtos API example
pbuf_rom Struct Reference
Helper struct for const-correctness only. More...
#include <pbuf.h>
Data Fields | |
| struct pbuf * | next |
| next pbuf in singly linked pbuf chain | |
| const void * | payload |
| pointer to the actual data in the buffer | |
Detailed Description
Helper struct for const-correctness only.
The only meaning of this one is to provide a const payload pointer for PBUF_ROM type.
Definition at line 180 of file pbuf.h.
Field Documentation
Generated on Sun Jul 17 2022 08:25:42 by
1.7.2