TuningFork_CProtobufSerialization
#include <tuningfork.h>
A series of bytes representing a serialized protocol buffer.
Summary
See also:TuningFork_CProtobufSerialization_free for how to deallocate the memory once finished with the buffer.
Public attributes |
|
---|---|
bytes
|
uint8_t *
|
dealloc)(struct TuningFork_CProtobufSerialization *)
|
void(*
Size of array.
|
size
|
uint32_t
Array of bytes.
|
Public attributes
bytes
uint8_t * TuningFork_CProtobufSerialization::bytes
dealloc
void(* TuningFork_CProtobufSerialization::dealloc)(struct TuningFork_CProtobufSerialization *)
Size of array.
Deallocation callback (may be NULL if not owned).
size
uint32_t TuningFork_CProtobufSerialization::size
Array of bytes.