Home docs nex protocols Nintendo Notification Events (100)
Post

Nintendo Notification Events (100)

This protocol is used by the 3DS / Wii U friend server for notifications about friends.

There is no known difference between the two methods, except that the server sends some events through method 1 and others through method 2. The client treats them exactly the same.

Methods

ProcessNintendoNotificationEvent

Request

TypeDescription
NintendoNotificationEventEvent object

Response

No RMC response is sent.

Types

NintendoNotificationEvent (Structure)

TypeNameDescription
Uint32m_uiTypeEvent type
PIDm_pidSenderPid of the user that triggered the notification event
Datam_dataholderInformation about the event (depends on the event type)

NintendoNotificationEventGeneral (Structure)

This structure inherits from Data

TypeName
Uint32m_u32Param
Uint64m_u64Param1
Uint64m_u64Param2
Stringm_strParam

NintendoNotificationEventProfile (Structure)

This structure inherits from Data

TypeName
Uint8m_region
Uint8m_country
Uint8m_area
Uint8m_language
Uint8m_platform

Friend Events

TypeMethodData TypeDescription
11NintendoPresence(3DS) A friend updated their presence
21GameKey(3DS) A friend changed their favorite game
31NintendoNotificationEventGeneral(3DS) A friend changed their comment
51NintendoNotificationEventGeneral(3DS) A friend changed or edited their mii
71NintendoNotificationEventGeneral(3DS) You became friends
101NintendoNotificationEventGeneral(3DS / Wii U) A friend went offline
212NNAInfo(Wii U) A friend changed or edited their mii
22  (Wii U) Mii related
23 PrincipalPreference(Wii U) A friend updated their preferences
242NintendoPresenceV2(Wii U) A friend started a game/app
25  (Wii U) Friend request related
261NintendoNotificationEventGeneral(Wii U) A friend removed you from their from friend list or canceled their friend request
272FriendRequest(Wii U) You received a friend request
28  (Wii U) Friend request related
29  (Wii U) Blacklist related
301FriendInfo(Wii U) You became friends
31  (Wii U) Blacklist related
32  (Wii U) Blacklist related
331NintendoNotificationEventGeneral(Wii U) A friend changed their status message
34   
35  (Wii U) Related to friend relationships
36 PersistentNotificationList(Wii U) This seems to delete persistent notifications
Contents