ESP-IDF
buffer_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
buffer_t
buffer_t struct
Client buffer size configuration Client have two buffers for input and output respectivelly.
Syntax
Show:
Summary
Declaration
Definition
from
buffer.h:25
typedef
struct
buffer_t
buffer_t
;
Implemented in
buffer.c:23
Fields
Field
Declared as
Description
buffer_t::root
buffer_t
*
buffer_t::refcount
size_t
buffer_t::length
size_t
buffer_t::data
uint8_t
[
]
buffer_t::size
int
size of *MQTT* send/receive buffer.
buffer_t::out_size
int
size of *MQTT* output buffer. If not defined, defaults to the size defined by ``buffer_size``.
Related Functions
Found 5 other functions taking a
buffer_t
argument:
Function
buffer_new_slice()
buffer_new_ref()
buffer_length()
buffer_free()
buffer_ptr()
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