Difference between revisions of "AMPXI:InstallContentWrite"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00180042] |- | 1 | Content chunk size |- | 2 | (contentchunksize<<8) <nowiki>|</...") |
|||
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. |
Revision as of 01:02, 7 May 2012
Request
Index Word | Description |
---|---|
0 | Header code [0x00180042] |
1 | Content chunk size |
2 | (contentchunksize<<8) | 4 |
3 | Pointer to chunk data |
Response
Index Word | Description |
---|---|
0 | Header code [0x00180040] |
1 | 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.