nnfriendsFriendPresence Structure

Syntax

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

Description

Structure storing friend presence information.

Member Variables

gameMode Game mode information disclosed by the friend.
isOnline Holds true when the friend is online and false otherwise.
isInvitingMe Holds true when the friend is inviting the local host and false otherwise. There will not be a feature provided for using this value at the launch.
isValid Holds true when the data in the obtained structure is valid and false otherwise.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL