GRPC C++  1.62.0
Data Structures | Data Fields
grpc_op Struct Reference

Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments) More...

#include <grpc_types.h>

Data Structures

union  grpc_op_data
 

Data Fields

grpc_op_type op
 Operation type, as defined by grpc_op_type. More...
 
uint32_t flags
 Write flags bitset for grpc_begin_messages. More...
 
void * reserved
 Reserved for future usage. More...
 
union grpc_op::grpc_op_data data
 

Detailed Description

Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)

Field Documentation

◆ data

union grpc_op::grpc_op_data grpc_op::data

◆ flags

uint32_t grpc_op::flags

Write flags bitset for grpc_begin_messages.

◆ op

grpc_op_type grpc_op::op

Operation type, as defined by grpc_op_type.

◆ reserved

void* grpc_op::reserved

Reserved for future usage.


The documentation for this struct was generated from the following file: