SingingCat 0
application
Data Fields
pb_istream_s Struct Reference

Data Fields

size_t bytes_left
 
bool(* callback )(pb_istream_t *stream, pb_byte_t *buf, size_t count)
 
const char * errmsg
 
void * state
 

Detailed Description

Definition at line 28 of file pb_decode.h.

Field Documentation

◆ bytes_left

size_t bytes_left

Definition at line 40 of file pb_decode.h.

◆ callback

bool(* callback) (pb_istream_t *stream, pb_byte_t *buf, size_t count)

Definition at line 36 of file pb_decode.h.

◆ errmsg

const char* errmsg

Definition at line 43 of file pb_decode.h.

◆ state

void* state

Definition at line 39 of file pb_decode.h.


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