Skip to content

Friends Protocol (3DS)

Yannik Marchand edited this page Mar 13, 2018 · 36 revisions

NEX Protocols > Friends 3DS (0x65)

Method ID Method Name
1 UpdateProfile
2 UpdateMii
3 ?
4 ?
5 UpdatePreference
6 GetMii
7 ?
8 ?
9 GetPrincipalIDByLocalFriendCode
10 ?
11 AddFriendByPrincipalID
12 ?
13 ?
14 ?
15 ?
16 ?
17 SyncFriend
18 UpdatePresence
19 UpdateFavoriteGameKey
20 UpdateComment
21 ?
22 GetPresence
23 ?
24 ?
25 GetPersistentInfo
26 ?

(1) UpdateProfile

Request

Type Description
MyProfile Profile data

Response

This method does not return anything

(17) SyncFriend

Request

Type Description
Uint64 Unknown
List<Uint32> Unknown
List<Uint64> Unknown

Response

Type Description
List<FriendRelationship> Friend list

(18) UpdatePresence

Request

Type Description
NintendoPresence Presence info
Bool Unknown

Response

This method does not return anything.

#Types

FriendRelationship

Type Description
Uint32 Unknown
Uint64 Unknown
Uint8 Unknown

GameKey

Type Description
Uint64 Title id
Uint16 Title version

MyProfile

Type Description
Uint8 Unknown
Uint8 Unknown
Uint8 Unknown
Uint8 Unknown
Uint8 Unknown
Uint64 Unknown
String Unknown
String Unknown

NintendoPresence

Type Description
Uint32 Unknown
GameKey Game key
String Message
Uint32 Unknown
Uint8 Unknown
Uint32 Game server id?
Uint32 Unknown
Uint32 User pid?
Uint32 Gathering id?
Buffer Unknown
Clone this wiki locally