nl::StructureSchemaPointerPair

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

Pair of data with a c-struct of data and the StructureSchemaDescriptor to write a TLV structure based on that data.

Summary

Public attributes

mFieldSchema
SchemaFieldDescriptor to describe how to process the data into TLV.
mStructureData
void *
Pointer to a c-struct of data for the structure.

Public attributes

mFieldSchema

const SchemaFieldDescriptor * nl::StructureSchemaPointerPair::mFieldSchema

SchemaFieldDescriptor to describe how to process the data into TLV.

mStructureData

void * nl::StructureSchemaPointerPair::mStructureData

Pointer to a c-struct of data for the structure.