nnfriendsEventNotification Structure

Syntax

struct nnfriendsEventNotification
{
   u8 type;
   nnfriendsFriendKey friendKey;
};

Description

Structure storing notifications of changes in the local host's online state and friends' online states.

Member Variables

type The notification type. This is a nn::friends::CTR::NotificationType value.
friendKey The friend key for the friend whose information has changed. If the notification is unrelated to friends, this holds an invalid friend key.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL