ESP-IDF
ProtobufCBinaryData
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
ProtobufCBinaryData
ProtobufCBinaryData struct
Structure for the protobuf `bytes` scalar type. The data contained in a `ProtobufCBinaryData` is an arbitrary sequence of bytes. It may contain embedded `NUL` characters and is not required to be `NUL`-terminated.
Syntax
Show:
Summary
Declaration
Definition
from
protobuf-c.h:347
struct
ProtobufCBinaryData
;
Implemented in
protobuf-c.h:406
Fields
Field
Declared as
Description
ProtobufCBinaryData::len
size_t
Number of bytes in the `data` field.
ProtobufCBinaryData::data
uint8_t
*
Data bytes.
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