Difference between revisions of "NFC:Initialize"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [Starting with 9.3.0-X: 0x00010040] |- | 1 | u8 type. Can be either value 0x1 or...")
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u8 type. Can be either value 0x1 or 0x2.
+
| u8 type. Can be either value 0x1 or 0x2. Or 0x3 as of [[10.0.0-27|10.0.0-X]] for using new command(s) from that version.
 
|}
 
|}
  

Revision as of 03:31, 16 February 2017

Request

Index Word Description
0 Header code [Starting with 9.3.0-X: 0x00010040]
1 u8 type. Can be either value 0x1 or 0x2. Or 0x3 as of 10.0.0-X for using new command(s) from that version.

Response

Index Word Description
0 Header code
1 Result code

Description

The two input values appear have the same result, except in addition NFC module will call some more functions with value 2. NFC module will eventually execute the savedata writing code referenced in the below savedata section with this command.