nn::dlp::CTR::FakeClient::Initialize Member Functionstatic nn::Result Initialize( u8 scanNum, nn::Handle eventHandle, void * pBuffer, const size_t bufferSize );
| 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. |
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.
CONFIDENTIAL