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 information on a child program.
in pMac Specifies the MAC address of the server that is distributing the child program.
in uniqueId Specifies the child program's Unique ID.
in childIndex Specifies the child program's childIndex.

Return Values

The following Result values are returned as the result of the operation.

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

Description

Gets child program information from the results of a scan.


CONFIDENTIAL