nn::nex::DataStorePreparePostParam::SetDataFlag Member Function

Syntax

void SetDataFlag(
     qUnsignedInt32 flag
);

Parameters

Name Description
in flag The bit flag to be set for the upload. This represents the bitwise logical sum for DataStoreConstants::DataFlag.

Return Values

None.

Description

Sets the settings flag.

This function specifies the flags to set for the upload. Multiple specifications can be made by using a bitwise logical sum for DataStoreConstants::DataFlag. The default is DataStoreConstants::DATA_FLAG_NONE.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL