CProtobufSerialization

#include <tuningfork.h>

シリアル化されたプロトコル バッファを表すバイト列。

まとめ

関連情報: 使い終わったバッファが使用しているメモリの割り当てを解除する方法については CProtobufSerialization_Free をご覧ください。

パブリック属性

bytes
uint8_t *
dealloc)(struct CProtobufSerialization *)
void(*
配列のサイズ。
size
uint32_t
バイトの配列。

パブリック属性

bytes

uint8_t * CProtobufSerialization::bytes

dealloc

void(* CProtobufSerialization::dealloc)(struct CProtobufSerialization *)

配列のサイズ。

割り当て解除のコールバック(所有していない場合は NULL も可)。

size

uint32_t CProtobufSerialization::size

バイトの配列。