nl::StructureSchemaPointerPair

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

データの c 構造体と StructureSchemaDescriptor を持つデータのペア。そのデータに基づいて TLV 構造を記述します。

概要

パブリック属性

mFieldSchema
SchemaFieldDescriptor で、データを TLV に処理する方法を記述します。
mStructureData
void *
構造体のデータの c 構造体へのポインタ。

パブリック属性

mFieldSchema

const SchemaFieldDescriptor * nl::StructureSchemaPointerPair::mFieldSchema

SchemaFieldDescriptor で、データを TLV に処理する方法を記述します。

mStructureData

void * nl::StructureSchemaPointerPair::mStructureData

構造体のデータの c 構造体へのポインタ。