nn::nex::DataStoreSearchParam::SetDataType Member Function

Syntax

void SetDataType(
     const qUnsignedInt16 dataType
);

Parameters

Name Description
in dataType The data type to search for.

Return Values

None.

Description

Sets the data type to search for.

When DataStoreConstants::INVALID_DATA_TYPE has been specified, this condition is removed from the search conditions. The default is DataStoreConstants::INVALID_DATA_TYPE.

Revision History

2012/11/15
Corrected the typographical error of DataStoreConstants::INVALID_DATATYPE to DataStoreConstants::INVALID_DATA_TYPE.
2011/01/27
Initial version.

CONFIDENTIAL