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

#include <pb_encode.h>

Public Attributes

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

Detailed Description

Definition at line 27 of file pb_encode.h.

Member Data Documentation

◆ callback

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

Definition at line 38 of file pb_encode.h.

◆ state

void * state

Definition at line 40 of file pb_encode.h.

◆ max_size

size_t max_size

Definition at line 41 of file pb_encode.h.

◆ bytes_written

size_t bytes_written

Definition at line 42 of file pb_encode.h.

◆ errmsg

const char * errmsg

Definition at line 45 of file pb_encode.h.


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