Migration services: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1,118: | Line 1,118: | ||
|- | |- | ||
| 0x20 || [[#AcceptDecline|AcceptDecline]] | | 0x20 || [[#AcceptDecline|AcceptDecline]] | ||
|- | |||
| 0xE0 || [[#PrepareTransferDisconnect|PrepareTransferDisconnect]] | |||
|- | |- | ||
| 0xE1 || [[#PrepareTransfer|PrepareTransfer]] | | 0xE1 || [[#PrepareTransfer|PrepareTransfer]] | ||
| Line 1,205: | Line 1,207: | ||
The response only contains the header. | The response only contains the header. | ||
=== PrepareTransferDisconnect === | |||
The client sends this via [[#TransferNextAsync|TransferNextAsync]] if a state flag is not set, prior to temporarily disconnecting from the network for using network request [[Network|transfer_events/%lld/save_datas/%lld/generate_key_seed_package]] (this usually not used since the state flag is already set?). | |||
The request only contains the 0x4-byte header. | |||
The response only contains the 0x4-byte header. | |||
=== PrepareTransfer === | === PrepareTransfer === | ||
The client sends this via [[#TransferNextAsync|TransferNextAsync]]. | The client sends this via [[#TransferNextAsync|TransferNextAsync]] (after [[#PrepareTransferDisconnect|PrepareTransferDisconnect]] if using it was enabled). | ||
The request only contains the header. | The request only contains the header. | ||