Difference between revisions of "FRDA:CreateLocalAccount"
Jump to navigation
Jump to search
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) |
||
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. |
Latest revision as of 19:52, 17 December 2024
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, local account ID of to be created account | ||||||||
2 | NASC Environment (0: Production, 1: Testing, 2: Development) | ||||||||
3 | Server type letter value | ||||||||
4 | u8, Server type number value |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description[edit]
Creates a new local account with the given server configuration.