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

#include <pb.h>

Public Attributes

union { 
 
   bool(*   decode )(pb_istream_t *stream, const
      pb_field_t *field, void **arg
 
   bool(*   encode )(pb_ostream_t *stream, const
      pb_field_t *field, void *const
      *arg
 
funcs 
 
voidarg
 
union { 
 
   bool(*   decode )(pb_istream_t *stream, const
      pb_field_t *field, void **arg
 
   bool(*   encode )(pb_ostream_t *stream, const
      pb_field_t *field, void *const
      *arg
 
funcs 
 

Detailed Description

Definition at line 404 of file pb.h.

Member Data Documentation

◆ decode

bool(* decode) (pb_istream_t *stream, const pb_field_t *field, void **arg)

Definition at line 409 of file pb.h.

◆ encode

bool(* encode) (pb_ostream_t *stream, const pb_field_t *field, void *const *arg)

Definition at line 410 of file pb.h.

◆ [union] [1/2]

union { ... } funcs

◆ arg

void * arg

Definition at line 414 of file pb.h.

◆ [union] [2/2]

union { ... } funcs

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