GRPC C++
1.30.0
|
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 |
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.
struct grpc_byte_buffer** grpc_op::grpc_op_data::grpc_op_recv_message::recv_message |