nn::dlp::CTR::FakeClient::GetTitleInfo Member Functionstatic nn::Result GetTitleInfo( TitleInfo * pTitleInfo, const u8 * pMac, u32 uniqueId, u8 childIndex ); static nn::Result GetTitleInfo( TitleInfo * pTitleInfo, bool isReset = false );
GetTitleInfo ( TitleInfo *, const u8 *, u32, u8 )
|
Gets child program information from the results of a scan. |
GetTitleInfo ( TitleInfo *, bool )
|
Gets child program information from the results of a scan. |
Gets child program information from the results of a scan.
GetTitleInfo(TitleInfo *, bool)Information is obtained for child programs in order from the start of the list. This function returns ResultNoData without blocking if it has already reached the end of the list or if there is no child program information. (If a new child program is discovered during a scan, that child program's information is appended to the end of the list.)
Pass true for the isReset argument when getting the start of the list.
CONFIDENTIAL