MOS Source Code
Loading...
Searching...
No Matches
pb_istream_t Struct Reference

#include <pb_decode.h>

Public Attributes

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

Detailed Description

Definition at line 28 of file pb_decode.h.

Member Data Documentation

◆ callback

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

Definition at line 37 of file pb_decode.h.

◆ state

void * state

Definition at line 40 of file pb_decode.h.

◆ bytes_left

size_t bytes_left

Definition at line 41 of file pb_decode.h.

◆ errmsg

const char * errmsg

Definition at line 44 of file pb_decode.h.


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