nn::friends::CTR::HasLoggedIn Function

Syntax

bool HasLoggedIn();

Arguments

None.

Return Values

Returns true if this application is logged in and false otherwise. The system is definitely online if this function returns true, but is not necessarily offline if this function returns false because the system may have sent a login request.
Value Description
true This application is logged into the friend server.
false This application is not logged into the friend server.

Description

Checks this application's login state.

Determines whether this application is currently online after it has called the nn::friends::CTR::Login function.

Revision History

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

CONFIDENTIAL