nl:: StructureSchemaPointerPair
#include <src/lib/support/SerializationUtils.h>
データの c 構造体と StructureSchemaDescriptor で組み合わせたデータのペアで、そのデータに基づいて TLV 構造を記述します。
概要
パブリック属性 |
|
---|---|
mFieldSchema
|
const SchemaFieldDescriptor *
SchemaFieldDescriptor は、データの処理方法を TLV に記述する方法を記述します。
|
mStructureData
|
void *
構造体のデータの c 構造体へのポインタ。
|
パブリック属性
mFieldSchema
const SchemaFieldDescriptor * nl::StructureSchemaPointerPair::mFieldSchema
SchemaFieldDescriptor は、データの処理方法を TLV に記述する方法を記述します。
mStructureData
void * nl::StructureSchemaPointerPair::mStructureData
構造体のデータの c 構造体へのポインタ。