WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
pb_callback_s 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 
 
void * arg
 

Member Data Documentation

◆ arg

void* pb_callback_s::arg

◆ decode

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

◆ encode

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

◆ [union]

union { ... } pb_callback_s::funcs

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