nl::StructureSchemaPointerPair

#include <src/lib/support/SerializationUtils.h>

將資料與 c-struct 資料配對,以及 StructureSchemaDescriptor,以根據該資料編寫 TLV 結構。

摘要

公開屬性

mFieldSchema
SchemaFieldDescriptor 以說明如何將資料處理為 TLV。
mStructureData
void *
指向結構資料的 c 結構體。

公開屬性

mFieldSchema

const SchemaFieldDescriptor * nl::StructureSchemaPointerPair::mFieldSchema

SchemaFieldDescriptor 以說明如何將資料處理為 TLV。

mStructureData

void * nl::StructureSchemaPointerPair::mStructureData

指向結構資料的 c 結構體。