ESP-IDF
ProtobufCServiceDescriptor
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
ProtobufCServiceDescriptor
ProtobufCServiceDescriptor struct
Service descriptor.
Syntax
Show:
Summary
Declaration
Definition
from
protobuf-c.h:360
struct
ProtobufCServiceDescriptor
;
Implemented in
protobuf-c.h:752
Fields
Field
Declared as
Description
ProtobufCServiceDescriptor::magic
uint32_t
Magic value checked to ensure that the API is used correctly.
ProtobufCServiceDescriptor::name
const
char
*
Service name.
ProtobufCServiceDescriptor::short_name
const
char
*
Short version of service name.
ProtobufCServiceDescriptor::c_name
const
char
*
C identifier for the service name.
ProtobufCServiceDescriptor::package
const
char
*
Package name.
ProtobufCServiceDescriptor::n_methods
unsigned
Number of elements in `methods`.
ProtobufCServiceDescriptor::methods
const
ProtobufCMethodDescriptor
*
Method descriptors, in the order defined in the .proto file.
ProtobufCServiceDescriptor::method_indices_by_name
const
unsigned
*
Sort index of methods.
Related Functions
Found 2 other functions taking a
ProtobufCServiceDescriptor
argument:
Function
protobuf_c_service_descriptor_get_method_by_name()
protobuf_c_service_generated_init()
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