From 68f4e0f6abc6bb99ff334542d5b5003edc3e651e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 5 Aug 2015 08:18:21 -0700 Subject: Initial Doxygen import for core, c++ --- doc/ref/core.internal/html/structgrpc__event.html | 167 ++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 doc/ref/core.internal/html/structgrpc__event.html (limited to 'doc/ref/core.internal/html/structgrpc__event.html') diff --git a/doc/ref/core.internal/html/structgrpc__event.html b/doc/ref/core.internal/html/structgrpc__event.html new file mode 100644 index 0000000000..172729f244 --- /dev/null +++ b/doc/ref/core.internal/html/structgrpc__event.html @@ -0,0 +1,167 @@ + + + + + + +GRPC Core: grpc_event Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
GRPC Core +  0.10.0.0 +
+
+
+ + + + + + + + + +
+ +
+ +
+
+ +
+
grpc_event Struct Reference
+
+
+ +

The result of an operation. + More...

+ +

#include <grpc.h>

+ + + + + + + + + + + +

+Data Fields

grpc_completion_type type
 The type of the completion. More...
 
int success
 non-zero if the operation was successful, 0 upon failure. More...
 
void * tag
 The tag passed to grpc_call_start_batch etc to start this operation. More...
 
+

Detailed Description

+

The result of an operation.

+

Returned by a completion queue when the operation started with tag.

+

Field Documentation

+ +
+
+ + + + +
int grpc_event::success
+
+ +

non-zero if the operation was successful, 0 upon failure.

+

Only GRPC_OP_COMPLETE can succeed or fail.

+ +
+
+ +
+
+ + + + +
void* grpc_event::tag
+
+ +

The tag passed to grpc_call_start_batch etc to start this operation.

+

Only GRPC_OP_COMPLETE has a tag.

+ +
+
+ +
+
+ + + + +
grpc_completion_type grpc_event::type
+
+ +

The type of the completion.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3