Classes | Public Attributes | List of all members
grpc_op Struct Reference

#include <grpc_types.h>

Classes

union  grpc_op_data
 

Public Attributes

union grpc_op::grpc_op_data data
 
uint32_t flags
 
grpc_op_type op
 
void * reserved
 

Detailed Description

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

Definition at line 640 of file grpc_types.h.

Member Data Documentation

◆ data

union grpc_op::grpc_op_data grpc_op::data

◆ flags

uint32_t grpc_op::flags

Write flags bitset for grpc_begin_messages

Definition at line 644 of file grpc_types.h.

◆ op

grpc_op_type grpc_op::op

Operation type, as defined by grpc_op_type

Definition at line 642 of file grpc_types.h.

◆ reserved

void* grpc_op::reserved

Reserved for future usage

Definition at line 646 of file grpc_types.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46