Difference between revisions of "FRDA:RemoveFriend"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04090100] |- | 1 | principal_id |- | 2..3 | u64 friend_code |} =Response= {|...")
 
 
Line 1: Line 1:
 
=Request=
 
=Request=
{| class="wikitable" border="1"
+
{{IPC/Request}}
|-
+
{{IPC/RequestHeader|0x0409|4|0}}
!  Index Word
+
{{IPC/RequestEntryRange|4|[[Friend_Services#FriendKey|FriendKey]]}}
!  Description
+
{{IPC/RequestEnd}}
|-
 
| 0
 
| Header code [0x04090100]
 
|-
 
| 1
 
| principal_id
 
|-
 
| 2..3
 
| u64 friend_code
 
|}
 
  
 
=Response=
 
=Response=
{| class="wikitable" border="1"
+
{{IPC/Request}}
|-
+
{{#vardefine:ipc_offset|0}}
!  Index Word
+
{{IPC/RequestHeader|0x0409|1|0}}
!  Description
+
{{IPC/RequestEntry|Result code}}
|-
+
{{IPC/RequestEnd}}
| 0
+
 
| Header code
+
=Description=
|-
+
Removes a friend from the friends list. If the system is connected to the internet, the friend will also be removed server-side.
| 1
 
| Result code
 
|}
 

Latest revision as of 21:20, 17 December 2024

Request[edit]

Index Word Description
0
Header 0x04090100 Cmd 0x0409 Param 4 Xlat 0
1-4 FriendKey

Response[edit]

Index Word Description
0
Header 0x04090040 Cmd 0x0409 Param 1 Xlat 0
1 Result code

Description[edit]

Removes a friend from the friends list. If the system is connected to the internet, the friend will also be removed server-side.