SingingCat 0
application
Data Fields
pb_ostream_s Struct Reference

Data Fields

size_t bytes_written
 
bool(* callback )(pb_ostream_t *stream, const pb_byte_t *buf, size_t count)
 
const char * errmsg
 
size_t max_size
 
void * state
 

Detailed Description

Definition at line 27 of file pb_encode.h.

Field Documentation

◆ bytes_written

size_t bytes_written

Definition at line 41 of file pb_encode.h.

◆ callback

bool(* callback) (pb_ostream_t *stream, const pb_byte_t *buf, size_t count)

Definition at line 37 of file pb_encode.h.

◆ errmsg

const char* errmsg

Definition at line 44 of file pb_encode.h.

◆ max_size

size_t max_size

Definition at line 40 of file pb_encode.h.

◆ state

void* state

Definition at line 39 of file pb_encode.h.


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