Difference between revisions of "NIMU:GetTaskInfos"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000F0042] |- | 1 | Maximum Number of TaskInfos |- | 2 | Mapped Output Buffer...")
 
m
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| Maximum Number of TaskInfos
+
| Maximum Number of [[NIM_Services#BackgroundTitleDownloadTaskInfo|BackgroundTitleDownloadTaskInfos]]
 
|-
 
|-
 
| 2
 
| 2
Line 15: Line 15:
 
|-
 
|-
 
| 3
 
| 3
| TaskInfos Output Pointer
+
| [[NIM_Services#BackgroundTitleDownloadTaskInfo|BackgroundTitleDownloadTaskInfos]] Output Pointer
 
|}
 
|}
  
Line 31: Line 31:
 
|-
 
|-
 
| 2
 
| 2
| Number of TaskInfos Read
+
| Number of [[NIM_Services#BackgroundTitleDownloadTaskInfo|BackgroundTitleDownloadTaskInfos]] Read
 
|-
 
|-
 
| 3
 
| 3
Line 37: Line 37:
 
|-
 
|-
 
| 4
 
| 4
| TaskInfos Output Pointer
+
| [[NIM_Services#BackgroundTitleDownloadTaskInfo|BackgroundTitleDownloadTaskInfos]] Output Pointer
 
|}
 
|}
  
 
=Description=
 
=Description=
 
Retrieves all registered background title download tasks.
 
Retrieves all registered background title download tasks.

Latest revision as of 05:51, 3 March 2023

Request[edit]

Index Word Description
0 Header code [0x000F0042]
1 Maximum Number of BackgroundTitleDownloadTaskInfos
2 Mapped Output Buffer Header (Size << 4 | 0xC)
3 BackgroundTitleDownloadTaskInfos Output Pointer

Response[edit]

Index Word Description
0 Header code [0x000F0082]
1 Result code
2 Number of BackgroundTitleDownloadTaskInfos Read
3 Mapped Output Buffer Header (Size << 4 | 0xC)
4 BackgroundTitleDownloadTaskInfos Output Pointer

Description[edit]

Retrieves all registered background title download tasks.