GRPC C++  1.62.0
Data Fields
grpc_op::grpc_op_data::grpc_op_recv_message Struct Reference

ownership of the byte buffer is moved to the caller; the caller must call grpc_byte_buffer_destroy on this value, or reuse it in a future op. More...

#include <grpc_types.h>

Data Fields

struct grpc_byte_buffer ** recv_message
 

Detailed Description

ownership of the byte buffer is moved to the caller; the caller must call grpc_byte_buffer_destroy on this value, or reuse it in a future op.

The returned byte buffer will be NULL if trailing metadata was received instead of a message.

Field Documentation

◆ recv_message

struct grpc_byte_buffer** grpc_op::grpc_op_data::grpc_op_recv_message::recv_message

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