nn::nex::DataStorePrepareGetParam Class

Syntax

class DataStorePrepareGetParam

Description

Represents parameters related to downloading data.

It specifies a target to download by specifying either a data ID or a persistence target.

This class is the same as the DataStoreGetParam class.

Member Functions

DataStorePrepareGetParam Constructor.
V ~DataStorePrepareGetParam Destructor.
SetDataId Sets the data ID.
GetDataId Gets the data ID.
SetPersistenceTarget Specifies the data to get by using a persistence target (principal ID and persistence slot ID).
GetPersistenceTarget Gets the persistence target.
SetAccessPassword Sets an access password.
GetAccessPassword Gets the access password.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a DataStorePrepareGetParam object.

Revision History

2013/01/24
Added that it is the same as DataStoreGetParam.
2011/01/27
Initial version.

CONFIDENTIAL