Difference between revisions of "BOSSU:ReadNsData"

From 3dbrew
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)...")
 
Line 42: Line 42:
 
| Unknown output u32.
 
| Unknown output u32.
 
|}
 
|}
 +
 +
=Description=
 +
This is used for reading the actual SpotPass content.

Revision as of 22:56, 6 October 2016

Request

Index Word Description
0 Header code [0x00280102]
1 ?
2-3 u64 offset
4 Size
5 (Size << 4) | 0xC
6 Data Pointer

Response

Index Word Description
0 Header code
1 Result code
2 Actual read size
3 Unknown output u32.

Description

This is used for reading the actual SpotPass content.