NIM services: Difference between revisions

nim 1.0.0-2.0.0
No edit summary
Line 8: Line 8:
| 0 || CreateSystemUpdateTask
| 0 || CreateSystemUpdateTask
|-
|-
| 1 || DestroySystemUpdateTask
| 1 || [[#DestroySystemUpdateTask]]
|-
|-
| 2 || ListSystemUpdateTask
| 2 || [[#ListSystemUpdateTask]]
|-
|-
| 3 || RequestSystemUpdateTaskRun
| 3 || RequestSystemUpdateTaskRun
Line 99: Line 99:
|}
|}


== Cmd1 ==
== DestroySystemUpdateTask ==
Takes a 0x10-byte input struct, from the output of cmd2.
Takes a 0x10-byte input struct, from the output of ListSystemUpdateTask.


== Cmd2 ==
== ListSystemUpdateTask ==
Takes a type-0x6 output buffer, for an array of 0x10-byte entries. Returns an u32 for total output entries.
Takes a type-0x6 output buffer, for an array of 0x10-byte entries. Returns an u32 for total output entries.


Line 157: Line 157:
|-
|-
| 502 || [4.0.0+] RequestDownloadTicketForPrepurchasedContents
| 502 || [4.0.0+] RequestDownloadTicketForPrepurchasedContents
|-
|}
|}