AMPXI:InstallContentWrite: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00180042] |- | 1 | Content chunk size |- | 2 | (contentchunksize<<8) <nowiki>|</..." |
Steveice10 (talk | contribs) m →Request |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
| ( | | (ContentChunkSize << 8) <nowiki>|</nowiki> 6 | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Chunk data input pointer | ||
|} | |} | ||
Line 30: | Line 30: | ||
| Result code | | Result code | ||
|} | |} | ||
=Content Chunk Data= | |||
The content chunk data is the content downloaded from the Nintendo NUS distribution server, in chunks of 16KB or less. |