Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

pbuf_rom Struct Reference

pbuf_rom Struct Reference

Helper struct for const-correctness only. More...

#include <pbuf.h>

Data Fields

struct pbufnext
 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 229 of file pbuf.h.


Field Documentation

struct pbuf* next

next pbuf in singly linked pbuf chain

Definition at line 231 of file pbuf.h.

const void* payload

pointer to the actual data in the buffer

Definition at line 234 of file pbuf.h.