Difference between revisions of "NSS:SetWirelessRebootInfo"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00060042] |- | 1 | Size |- | 2 | <nowiki>(Size<<14) | 2</nowiki> |- | 3 | Input ...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
|-
 
|-
 
| 2
 
| 2
| <nowiki>(Size<<14) | 2</nowiki>
+
| (Size << 14) <nowiki>|</nowiki> 2
 
|-
 
|-
 
| 3
 
| 3
| Input buffer ptr
+
| Data Pointer
 
|}
 
|}
  
Line 32: Line 32:
  
 
=Description=
 
=Description=
The input buffer data is copied to the NS [[FIRM]] parameter buffer at offset 0x4A0, the size used by NS is clamped to 0x10-bytes.
+
The input buffer data is copied to the NS [[FIRM]] parameter buffer at offset 0x4A0, the size used by NS is clamped to 0x10-bytes. A state flag is also set to 0x3.
 +
 
 +
This data can then be loaded via [[APT:GetWirelessRebootInfo]] later.
 +
 
 +
This command is used by the dlplay system-application.

Latest revision as of 08:28, 3 April 2016

Request[edit]

Index Word Description
0 Header code [0x00060042]
1 Size
2 (Size << 14) | 2
3 Data Pointer

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

The input buffer data is copied to the NS FIRM parameter buffer at offset 0x4A0, the size used by NS is clamped to 0x10-bytes. A state flag is also set to 0x3.

This data can then be loaded via APT:GetWirelessRebootInfo later.

This command is used by the dlplay system-application.