|
protobuf-c 1.5.1
Protocol Buffers implementation in C
|
Service. More...
Data Fields | |
| const ProtobufCServiceDescriptor * | descriptor |
| Service descriptor. | |
| void(* | invoke )(ProtobufCService *service, unsigned method_index, const ProtobufCMessage *input, ProtobufCClosure closure, void *closure_data) |
| Function to invoke the service. | |
| void(* | destroy )(ProtobufCService *service) |
| Function to destroy the service. | |
Service.
| const ProtobufCServiceDescriptor* ProtobufCService::descriptor |
Service descriptor.
| void(* ProtobufCService::invoke) (ProtobufCService *service, unsigned method_index, const ProtobufCMessage *input, ProtobufCClosure closure, void *closure_data) |
Function to invoke the service.
| void(* ProtobufCService::destroy) (ProtobufCService *service) |
Function to destroy the service.