AM:ListExistingContentInfos: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) TimmSkiller moved page AM:ListExistingContentInfos to AM:ListDLCExistingContentInfos: Name more closely reflects function now. Tag: New redirect |
TimmSkiller (talk | contribs) Moved content from AM:ListExistingContentInfosSystem. Tag: Removed redirect |
||
| Line 1: | Line 1: | ||
# | =Request= | ||
{| class="wikitable" border="1" | |||
|- | |||
! Index Word | |||
! Description | |||
|- | |||
| 0 | |||
| Header code [0x002B0142] | |||
|- | |||
| 1 | |||
| Content Count | |||
|- | |||
| 2 | |||
| [[Filesystem_services#MediaType|Media Type]] | |||
|- | |||
| 3-4 | |||
| u64, Title ID | |||
|- | |||
| 5 | |||
| Offset | |||
|- | |||
| 6 | |||
| ((Content Count * 0x18) << 4) <nowiki>|</nowiki> 0xC | |||
|- | |||
| 7 | |||
| [[Application_Manager_Services#ContentInfo|Content Infos]] Output Pointer | |||
|} | |||
=Response= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Index Word | |||
! Description | |||
|- | |||
| 0 | |||
| Header code | |||
|- | |||
| 1 | |||
| Result code | |||
|- | |||
| 2 | |||
| Number of Read Content Infos | |||
|} | |||
Latest revision as of 11:07, 26 December 2021
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x002B0142] |
| 1 | Content Count |
| 2 | Media Type |
| 3-4 | u64, Title ID |
| 5 | Offset |
| 6 | ((Content Count * 0x18) << 4) | 0xC |
| 7 | Content Infos Output Pointer |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
| 2 | Number of Read Content Infos |