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