ESP-IDF
ProtobufCMessageUnknownField
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
ProtobufCMessageUnknownField
ProtobufCMessageUnknownField struct
An unknown message field.
Syntax
Show:
Summary
Declaration
Definition
from
protobuf-c.h:357
struct
ProtobufCMessageUnknownField
;
Implemented in
protobuf-c.h:710
Fields
Field
Declared as
Description
ProtobufCMessageUnknownField::tag
uint32_t
The tag number.
ProtobufCMessageUnknownField::wire_type
ProtobufCWireType
The wire type of the field.
ProtobufCMessageUnknownField::len
size_t
Number of bytes in `data`.
ProtobufCMessageUnknownField::data
uint8_t
*
Field data.
Related Functions
Found 3 other functions taking a
ProtobufCMessageUnknownField
argument:
Function
Description
unknown_field_get_packed_size()
Calculate the serialized size of an unknown field, i.e. one that is passed through mostly uninterpreted. This is required for forward compatibility if new fields are added to the message descriptor.
unknown_field_pack()
unknown_field_pack_to_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