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. The use of this value will not be supported when the product launches.
isValid bool Holds true when the data in the obtained structure is valid and false otherwise.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL