SingingCat 0
application
Data Fields
pb_callback_s Struct Reference

Data Fields

void * arg
 
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 396 of file pb.h.

Field Documentation

◆ arg

void* arg

Definition at line 406 of file pb.h.

◆ decode

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

Definition at line 401 of file pb.h.

◆ encode

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

Definition at line 402 of file pb.h.


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