nn::nex::DataStoreChangeMetaCompareParam::Set Member Function

Syntax

void Set(
     qUnsignedInt32 comparisonFlag,
     const DataStoreMetaInfo & metaInfo
);

Parameters

Name Description
in comparisonFlag Bit flag to set the reference value. This flag represents the bitwise logical sum for the DataStoreConstantsComparisonFlag. Specify DataStoreConstants::COMPARISON_FLAG_ALL when referencing all.
in metaInfo Metadata that is the reference source.

Return Values

None.

Description

References a value from the metadata and sets it.

References a value specified by the flag from the metadata and sets it. With this function, all values are initialized before setting. It also targets those that do not have flags set.

Revision History

2012/12/13
Initial version.

CONFIDENTIAL