Difference between revisions of "BOSSU:ReadNsData"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00280102] |- | 1 | ? |- | 2-3 | u64 offset |- | 4 | Size |- | 5 | (Size << 4)...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | NsDataId |
|- | |- | ||
| 2-3 | | 2-3 | ||
Line 42: | Line 42: | ||
| Unknown output u32. | | Unknown output u32. | ||
|} | |} | ||
+ | |||
+ | =Description= | ||
+ | This is used for reading the actual SpotPass content. |
Latest revision as of 20:15, 9 October 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00280102] |
1 | NsDataId |
2-3 | u64 offset |
4 | Size |
5 | (Size << 4) | 0xC |
6 | Data Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Actual read size |
3 | Unknown output u32. |
Description[edit]
This is used for reading the actual SpotPass content.