GRPC Core  9.0.0
Enumerations | Functions
channel_stack_type.h File Reference
#include <grpc/support/port_platform.h>
#include <stdbool.h>

Go to the source code of this file.

Enumerations

enum  grpc_channel_stack_type {
  GRPC_CLIENT_CHANNEL , GRPC_CLIENT_SUBCHANNEL , GRPC_CLIENT_LAME_CHANNEL , GRPC_CLIENT_DIRECT_CHANNEL ,
  GRPC_SERVER_CHANNEL , GRPC_NUM_CHANNEL_STACK_TYPES
}
 

Functions

bool grpc_channel_stack_type_is_client (grpc_channel_stack_type type)
 
const char * grpc_channel_stack_type_string (grpc_channel_stack_type type)
 

Enumeration Type Documentation

◆ grpc_channel_stack_type

Enumerator
GRPC_CLIENT_CHANNEL 
GRPC_CLIENT_SUBCHANNEL 
GRPC_CLIENT_LAME_CHANNEL 
GRPC_CLIENT_DIRECT_CHANNEL 
GRPC_SERVER_CHANNEL 
GRPC_NUM_CHANNEL_STACK_TYPES 

Function Documentation

◆ grpc_channel_stack_type_is_client()

bool grpc_channel_stack_type_is_client ( grpc_channel_stack_type  type)

◆ grpc_channel_stack_type_string()

const char* grpc_channel_stack_type_string ( grpc_channel_stack_type  type)