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

Syntax

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

static nn::Result GetTitleInfo(
     TitleInfo * pTitleInfo,
     bool isReset = false
);

List of Overloaded Member Functions

GetTitleInfo ( TitleInfo *, const u8 *, u32, u8 ) Gets the title information from scan results.
GetTitleInfo ( TitleInfo *, bool ) Gets the title information from scan results.

Explanation of GetTitleInfo ( TitleInfo *, const u8 *, u32, u8 )

Gets the title information from scan results.

Description of GetTitleInfo(TitleInfo *, bool)

Gets title information in order from the start of the list. If the end of the list is reached or there is no title information during acquisition,
this function returns ResultNoData without blocking.
(When a new title is discovered during a scan, that title's information is appended to the end of the list.)
Pass true for the isReset argument when getting the start of the list.


CONFIDENTIAL