Difference between revisions of "ACTA:UnbindServerAccount"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0404|2|0}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntry|bool, clear assigned account ID}} {{IPC/RequestEnd}} =Resp...")
 
 
Line 3: Line 3:
 
{{IPC/RequestHeader|0x0404|2|0}}
 
{{IPC/RequestHeader|0x0404|2|0}}
 
{{IPC/RequestEntry|u8, Account slot}}
 
{{IPC/RequestEntry|u8, Account slot}}
{{IPC/RequestEntry|bool, clear assigned account ID}}
+
{{IPC/RequestEntry|bool, clear completely}}
 
{{IPC/RequestEnd}}
 
{{IPC/RequestEnd}}
  
Line 14: Line 14:
  
 
=Description=
 
=Description=
Clears the account data (but does not delete the data) for the given account slot. If <code>clear assigned account ID</code> is set to <code>true</code>, the AssignedAccountId field is cleared as well.
+
Clears the account data (but does not delete the data) for the given account slot. If <code>clear completely</code> is set to <code>true</code>, the AssignedAccountId and AssignedPrincipalId field is cleared as well.

Latest revision as of 15:36, 7 March 2025

Request[edit]

Index Word Description
0
Header 0x04040080 Cmd 0x0404 Param 2 Xlat 0
1 u8, Account slot
2 bool, clear completely

Response[edit]

Index Word Description
0
Header 0x04040040 Cmd 0x0404 Param 1 Xlat 0
1 Result code

Description[edit]

Clears the account data (but does not delete the data) for the given account slot. If clear completely is set to true, the AssignedAccountId and AssignedPrincipalId field is cleared as well.