nn::nex::DataStorePreparePostParam::SetDataType Member Function

Syntax

void SetDataType(
     const qUnsignedInt16 dataType
);

Parameters

Name Description
in dataType The data type to be added to upload data as metadata.

Return Values

None.

Description

Sets the data type.

This function specifies the data type to be added to upload data as metadata. The value set here can be searched by the DataStoreClient::SearchObject function. The default value is 0. DataStoreConstantsINVALID_DATA_TYPE cannot be used with this function.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL