nn::dlp::CTR::FakeClient::GetTitleInfo Member Functionstatic nn::Result GetTitleInfo( TitleInfo * pTitleInfo, const u8 * pMac, nn::ProgramId programId ); static nn::Result GetTitleInfo( TitleInfo * pTitleInfo, bool isReset = false );
| GetTitleInfo ( TitleInfo *, const u8 *, nn::ProgramId ) | Gets the title information from scan results. |
| GetTitleInfo ( TitleInfo *, bool ) | Gets the title information from the scan results list. |
GetTitleInfo(TitleInfo *, const u8 *, nn::ProgramId)Gets the title information from scan results.
GetTitleInfo(TitleInfo *, bool)Gets title information in order from the start of the list. If there is no title information at the end of the list, this function does not block and returns the error code returned by the ResultNoData function. However, if a new title is discovered while scanning, that title information will be appended to the end of the list. Pass true for the isReset argument when getting the start of the list.
CONFIDENTIAL