LwIP
pbuf_rom
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
pbuf_rom
pbuf_rom struct
Helper struct for const-correctness only. The only meaning of this one is to provide a const payload pointer for PBUF_ROM type.
Syntax
Show:
Summary
Declaration
from
pbuf.h:229
struct
pbuf_rom
{
struct
pbuf
*
next
;
const
void
*
payload
;
}
;
Fields
Field
Declared as
Description
pbuf_rom::next
struct
pbuf
*
next pbuf in singly linked pbuf chain.
pbuf_rom::payload
const
void
*
pointer to the actual data in the buffer.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out