nn::nex::DataStorePersistenceInitParam::~DataStorePersistenceInitParam Member Function

Syntax

void SetPersistenceSlotId(
     qUnsignedInt16 persistenceSlotId
);

Parameters

Name Description
in persistenceSlotId The persistence slot ID.

Return Values

None.

Description

Sets the persistence slot ID.

For the persistence slot ID, set 0 or any other value less than DataStoreConstants::NUM_PERSISTENCE_SLOT, or specify DataStoreConstants::INVALID_PERSISTENCE_SLOT_ID. If you specify DataStoreConstants::INVALID_PERSISTENCE_SLOT_ID, the data is not perpetuated.

Revision History

2012/05/30
Initial version.

CONFIDENTIAL