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