FRDA:CreateLocalAccount: Difference between revisions
DaniElectra (talk | contribs) Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04010100] |- | 1 | Local account ID |- | 2 | NASC Environment (0: Prod, 1: Te..." |
TimmSkiller (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
| | {{IPC/RequestHeader|0x0401|4|0}} | ||
{{IPC/RequestEntry|u8, local account ID of to be created account}} | |||
{{IPC/RequestEntry|NASC Environment (0: Production, 1: Testing, 2: Development)}} | |||
| | {{IPC/RequestEntry|[[Friend_Services#Server_Types|Server type]] letter value}} | ||
| 0 | {{IPC/RequestEntry|u8, [[Friend_Services#Server_Types|Server type]] number value}} | ||
| | {{IPC/RequestEnd}} | ||
| NASC Environment (0: | |||
| [[Friend_Services#Server_Types|Server type]] letter value | |||
| | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x0401|1|0}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEnd}} | |||
| 0 | |||
| | |||
| | |||
| | |||
| Result code | |||
=Description= | =Description= | ||
Creates a new local account with the given server configuration. |