nn::friends::CTR::HasLoggedIn Function

Syntax

bool HasLoggedIn();

Parameters

None.

Return Values

Returns true if the local application is logged in; otherwise, returns false. The local host is definitely logged in if this function returns true, but is not necessarily offline if this function returns false. THis is because it may return false even if the system has sent a login request.

Value Description
true The local application is logged into the friend server.
false The local application is not logged into the friend server.

Description

Checks the login status of the local application.

Checks if the local application is currently online after calling the nn::friends::CTR::Login function.

Revision History

2011/03/11
Explained that the returned login status is limited to the requests sent by the application.
Added specific examples of return values.
2010/08/16
Initial version.

CONFIDENTIAL