FRDA:UpdateFriendScreenName: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
TimmSkiller (talk | contribs)
No edit summary
 
Line 3: Line 3:
{{IPC/RequestHeader|0x0408|11|0}}
{{IPC/RequestHeader|0x0408|11|0}}
{{IPC/RequestEntryRange|4|[[Friend_Services#FriendKey|FriendKey]]}}
{{IPC/RequestEntryRange|4|[[Friend_Services#FriendKey|FriendKey]]}}
{{IPC/RequestEntryRange|6|10-Character UTF-16 Display Name (10 characters + null termination)}}
{{IPC/RequestEntryRange|6|10-Character UTF-16 Screen Name (10 characters + null termination)}}
{{IPC/RequestEntry|u8, [[Mii#Mii_format|Character set]] of this friend's console}}
{{IPC/RequestEntry|u8, [[Mii#Mii_format|Character set]] of this friend's console}}
{{IPC/RequestEnd}}
{{IPC/RequestEnd}}
Line 15: Line 15:


=Description=
=Description=
Updates the display name for the friend specified by the given friend key.
Updates the screen name for the friend specified by the given friend key.

Latest revision as of 19:50, 6 March 2025

Request

Index Word Description
0
Header 0x040802C0 Cmd 0x0408 Param 11 Xlat 0
1-4 FriendKey
5-10 10-Character UTF-16 Screen Name (10 characters + null termination)
11 u8, Character set of this friend's console

Response

Index Word Description
0
Header 0x04080040 Cmd 0x0408 Param 1 Xlat 0
1 Result code

Description

Updates the screen name for the friend specified by the given friend key.