Difference between revisions of "NIMS:StartDownload"
Jump to navigation
Jump to search
(Update with references to struct on NIM_Services and fill in missing u8.) |
|||
Line 9: | Line 9: | ||
|- | |- | ||
| 1-6 | | 1-6 | ||
− | | | + | | [[NIM_Services#TitleConfig|Title Config]] |
|- | |- | ||
| 7-8 | | 7-8 | ||
Line 15: | Line 15: | ||
|- | |- | ||
| 9 | | 9 | ||
− | | | + | | [[NIM_Services#InstallationMode|Installation Mode]] |
|} | |} | ||
Line 28: | Line 28: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Result code |
|} | |} | ||
− | = | + | =Description= |
− | + | This starts downloading the specified eShop title in the given mode. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | [[NIMS:GetProgress]] may be used to monitor the progress of installation. To abort the current download, see [[NIMS:CancelDownload]]. | |
− |
Revision as of 20:02, 27 January 2017
Request
Index Word | Description |
---|---|
0 | Header code [0x00420240] |
1-6 | Title Config |
7-8 | Unknown, not written by the system eShop application service command code *at* *all*. |
9 | Installation Mode |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
This starts downloading the specified eShop title in the given mode.
NIMS:GetProgress may be used to monitor the progress of installation. To abort the current download, see NIMS:CancelDownload.