NIMU:GetTaskInfos: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000F0042] |- | 1 | Maximum Number of TaskInfos |- | 2 | Mapped Output Buffer..."
 
Steveice10 (talk | contribs)
mNo edit summary
 
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

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

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

Retrieves all registered background title download tasks.