nnfriendsFriendPresence Structure

Syntax

struct nnfriendsFriendPresence
{
   nnfriendsGameMode gameMode;
   bool isOnline;
   bool isInvitingMe;
   bool isValid;
};

Description

Structure storing friend presence information.

Member Variables

gameMode nnfriendsGameMode Game mode information disclosed by the friend.
isOnline bool Holds true when the friend is online and false otherwise.
isInvitingMe bool Holds true when the friend is inviting the local host and false otherwise.
isValid bool Holds true when the data in the obtained structure is valid and false otherwise.

Member Functions

IsJoinable Checks if the local system is allowed to join a matchmaking group that a communication partner system is participating in.

Revision History

2011/08/30
Added IsJoinable function.
2010/08/16
Initial version.

CONFIDENTIAL