GRPC C++  1.62.0
Data Fields
grpc_event_engine::experimental::EventEngine::Endpoint::WriteArgs Struct Reference

A struct representing optional arguments that may be provided to an EventEngine Endpoint Write API call. More...

#include <event_engine.h>

Data Fields

void * google_specific = nullptr
 
int64_t max_frame_size
 

Detailed Description

A struct representing optional arguments that may be provided to an EventEngine Endpoint Write API call.

Passed as argument to an Endpoint Write

Field Documentation

◆ google_specific

void* grpc_event_engine::experimental::EventEngine::Endpoint::WriteArgs::google_specific = nullptr

◆ max_frame_size

int64_t grpc_event_engine::experimental::EventEngine::Endpoint::WriteArgs::max_frame_size

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