nn::boss::NsData Classclass NsData
Class for representing NS data. Use for NS data operations (such as reading).
| S |
NN_BOSS_NSDATA_READ_ERROR_GET_HEADER
|
const s32 | NS data ReadNsData error definition. Failed to get the NS data header. |
|---|---|---|---|
| S |
NN_BOSS_NSDATA_READ_ERROR_READ_DATA
|
const s32 | NS data ReadNsData error definition. Failed to load NS data. |
| S |
NN_BOSS_NSDATA_READ_ERROR_IPC
|
const s32 | NS data ReadNsData error definition. An IPC error occurred. |
| S |
NN_BOSS_NSDATA_READ_ERROR_UPDATED
|
const s32 | NS data ReadNsData error definition. The target NSD version was updated since the last time data was obtained. |
NsData
|
Constructor. | |
|---|---|---|
| V |
~NsData
|
Destructor. |
Initialize
|
Initializes NS data for the specified serial ID. (Running this function allows you to reuse instances that have been used before.) | |
Delete
|
Deletes an NS data file. | |
GetHeaderInfo
|
Reads NS archive header information. | |
ReadData
|
Reads the NSD data block. | |
SetReadDataPosition
|
Changes the read position in an NS data file. | |
SetAdditionalInfo
|
Sets additional information about the NS data. | |
GetAdditionalInfo
|
Gets additional information about the NS data. | |
SetReadFlag
|
Sets the read flag of the NS data. | |
GetReadFlag
|
Gets the read flag of the NS data. | |
GetLastUpdated
|
Gets the NS data file update timestamp. |
CONFIDENTIAL