nn::dlp::CTR::FakeClient::Initialize Member Function

Syntax

static nn::Result Initialize(
     u8 scanNum,
     nn::Handle eventHandle,
     void * pBuffer,
     const size_t bufferSize
);

Arguments

Name Description
in scanNum Specifies the number of titles that can be received per a single scan request. The maximum value is MAX_SCAN_NUM.
in eventHandle Specifies a handle to the nn::os::Event object waiting for a signal from download play. Initialize the event in the application. Use the GetEventDesc function to get the event information.
in pBuffer Pointer to the DLP working buffer. Must be 4096-byte aligned.
in bufferSize Size of working buffer. Must be 4096-byte aligned.

Return Values

Returns the result of the operation.

Description

Initializes a fake client.

Specify a buffer of the size specified by the GetBufferSize function and 4096-byte aligned. Do not use device memory for the buffer.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL