ProtobufCMessageDescriptor is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
uint32_t
Magic value checked to ensure that the API is used correctly.
const char *
The qualified name (e.g., "namespace.Type").
const char *
The unqualified name as given in the .proto file (e.g., "Type").
const char *
Identifier used in generated C code.
const char *
The dot-separated namespace.
size_t
Size in bytes of the C structure representing an instance of this type of message.
unsigned
Number of elements in `fields`.
Field descriptors, sorted by tag number.
const unsigned *
Used for looking up fields by name.
unsigned
Number of elements in `field_ranges`.
Used for looking up fields by id.
Message initialisation function.
void *
Reserved for future use.
void *
Reserved for future use.
void *
Reserved for future use.

References