ProtobufCEnumDescriptor is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
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.
unsigned
Number elements in `values`.
Array of distinct values, sorted by numeric value.
unsigned
Number of elements in `values_by_name`.
Array of named values, including aliases, sorted by name.
unsigned
Number of elements in `value_ranges`.
Value ranges, for faster lookups by numeric value.
void *
Reserved for future use.
void *
Reserved for future use.
void *
Reserved for future use.
void *
Reserved for future use.

References