nn::dlp::CTR::FakeClient::GetTitleInfo Member Function

Syntax

static nn::Result GetTitleInfo(
     TitleInfo * pTitleInfo,
     const u8 * pMac,
     u32 uniqueId,
     u8 childIndex
);

Arguments

Name Description
out pTitleInfo Returns the title's information.
in pMac Specifies the MAC address of the server distributing the title.
in uniqueId Specifies the title's Unique ID.
in childIndex Specifies the title's childIndex.

Return Values

The following Results are returned as the result of the operation.

Value Description
ResultSuccess The title information was obtained successfully.
ResultInvalidState The state is invalid. Do not use with CLIENT_STATE_INVALID or CLIENT_STATE_ERROR.
ResultNoData The title for the specified MAC address, Unique ID, and Child index does not exist.

Description

Gets the title information from scan results.


CONFIDENTIAL