GRPC C++  1.39.1
Data Fields
alts_handshaker_client_vtable Struct Reference

#include <alts_handshaker_client.h>

Data Fields

tsi_result(* client_start )(alts_handshaker_client *client)
 
tsi_result(* server_start )(alts_handshaker_client *client, grpc_slice *bytes_received)
 
tsi_result(* next )(alts_handshaker_client *client, grpc_slice *bytes_received)
 
void(* shutdown )(alts_handshaker_client *client)
 
void(* destruct )(alts_handshaker_client *client)
 

Field Documentation

◆ client_start

tsi_result(* alts_handshaker_client_vtable::client_start) (alts_handshaker_client *client)

◆ destruct

void(* alts_handshaker_client_vtable::destruct) (alts_handshaker_client *client)

◆ next

tsi_result(* alts_handshaker_client_vtable::next) (alts_handshaker_client *client, grpc_slice *bytes_received)

◆ server_start

tsi_result(* alts_handshaker_client_vtable::server_start) (alts_handshaker_client *client, grpc_slice *bytes_received)

◆ shutdown

void(* alts_handshaker_client_vtable::shutdown) (alts_handshaker_client *client)

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