Difference between revisions of "NIMS:StartDownload"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00420240] |- | 1-6 | Input struct, see below. |- | 7-8 | Unknown, not written by...")
 
m (Update type reference)
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1-6
 
| 1-6
| Input struct, see below.
+
| [[NIM_Services#TitleDownloadConfig|Title Download Config]]
 
|-
 
|-
 
| 7-8
 
| 7-8
Line 15: Line 15:
 
|-
 
|-
 
| 9
 
| 9
| u8, unknown.
+
| [[NIM_Services#InstallationMode|Installation Mode]]
 
|}
 
|}
  
Line 28: Line 28:
 
|-
 
|-
 
| 1
 
| 1
| Resultcode
+
| Result code
 
|}
 
|}
  
=Input Struct=
+
=Description=
{| class="wikitable" border="1"
+
This starts downloading the specified eShop title in the given mode.
|-
 
!  Index Word
 
!  Description
 
|-
 
| 0-1
 
| u64 titleID
 
|-
 
| 2
 
| Title version?(Matches the value used for the TMD HTTPS request at least, in one cmdlog)
 
|-
 
| 3
 
| Unknown, usually zero?
 
|-
 
| 4
 
| ?
 
|-
 
| 5
 
| ?
 
|}
 
  
=Description=
+
[[NIMS:GetProgress]] may be used to monitor the progress of installation. To abort the current download, see [[NIMS:CancelDownload]].
This starts downloading the specified eShop title.
 

Latest revision as of 05:21, 3 March 2023

Request[edit]

Index Word Description
0 Header code [0x00420240]
1-6 Title Download Config
7-8 Unknown, not written by the system eShop application service command code *at* *all*.
9 Installation Mode

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

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.