Public Attributes | List of all members
alts_frame_reader Struct Reference

#include <frame_handler.h>

Public Attributes

size_t bytes_remaining
 
unsigned char header_buffer [kFrameHeaderSize]
 
size_t header_bytes_read
 
unsigned char * output_buffer
 
size_t output_bytes_read
 

Detailed Description

Main struct for a frame reader. It reads raw bytes and puts the framed result into an output buffer. It does not own the output buffer.

Definition at line 55 of file frame_handler.h.

Member Data Documentation

◆ bytes_remaining

size_t alts_frame_reader::bytes_remaining

Definition at line 60 of file frame_handler.h.

◆ header_buffer

unsigned char alts_frame_reader::header_buffer[kFrameHeaderSize]

Definition at line 57 of file frame_handler.h.

◆ header_bytes_read

size_t alts_frame_reader::header_bytes_read

Definition at line 58 of file frame_handler.h.

◆ output_buffer

unsigned char* alts_frame_reader::output_buffer

Definition at line 56 of file frame_handler.h.

◆ output_bytes_read

size_t alts_frame_reader::output_bytes_read

Definition at line 59 of file frame_handler.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:39