nn::boss::NsData::ReadData Member Function

Syntax

s32 ReadData(
     u8 * pDataBuf,
     size_t bufLen
);

Arguments

Name Description
out pDataBuf Specifies the NSD buffer.
in bufLen Specifies the NSD buffer length.

Return Values

Returns the size in bytes of the read data. Returns 0 if it reached the end of the data.

Description

Reads an NSD.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL