ACTA:ReserveTransfer: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x042B|7|4}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntryRange|5|DeviceInfo of ta..." |
TimmSkiller (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
=Description= | =Description= | ||
Initializes a Nintendo Network ID account transfer to a new device. | Initializes a Nintendo Network ID account transfer to a new device. The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account. | ||
=DeviceInfo= | =DeviceInfo= |
Latest revision as of 11:35, 24 January 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot | ||||||||
2-6 | DeviceInfo of target console | ||||||||
7 | Input operator buffer size | ||||||||
8 | Descriptor for copying 1 handle | ||||||||
9 | Completion event handle | ||||||||
10 | Descriptor for mapping a read-only buffer in the target process | ||||||||
11 | Input operator buffer (ASCII, max. 256 characters) |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for mapping a read-only buffer in the target process | ||||||||
3 | Input operator buffer |
Description
Initializes a Nintendo Network ID account transfer to a new device. The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account.
DeviceInfo
Offset | Size | Description |
---|---|---|
0x0 | 0x4 | DeviceId |
0x4 | 0xF + 1 | ASCII SerialNumber (max. 15 characters) + NULL termination |