Difference between revisions of "FRDA:RemoveFriend"
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= {|...") |
TimmSkiller (talk | contribs) |
||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
− | { | + | {{IPC/Request}} |
− | | | + | {{IPC/RequestHeader|0x0409|4|0}} |
− | + | {{IPC/RequestEntryRange|4|[[Friend_Services#FriendKey|FriendKey]]}} | |
− | + | {{IPC/RequestEnd}} | |
− | | | ||
− | | 0 | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=Response= | =Response= | ||
− | {| | + | {{IPC/Request}} |
− | | | + | {{#vardefine:ipc_offset|0}} |
− | + | {{IPC/RequestHeader|0x0409|1|0}} | |
− | + | {{IPC/RequestEntry|Result code}} | |
− | | | + | {{IPC/RequestEnd}} |
− | | 0 | + | |
− | | | + | =Description= |
− | + | Removes a friend from the friends list. If the system is connected to the internet, the friend will also be removed server-side. | |
− | |||
− | |||
− |
Latest revision as of 21:20, 17 December 2024
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1-4 | FriendKey |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
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.