Difference between revisions of "NFC:GetAppDataInitStruct"

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: 0x00190000] |} =Response= {| class="wikitable" border="...")
 
(No difference)

Latest revision as of 02:22, 1 January 2016

Request[edit]

Index Word Description
0 Header code [Starting with 9.3.0-X: 0x00190000]

Response[edit]

Index Word Description
0 Header code
1 Result code
2-16 Output 0x3C-byte struct.

Description[edit]

This just returns a 0x3C-byte struct which was cleared to all-zeros. This is only usable when NFC:Initialize was used with type2.

The data starting at struct offset 0xC is the 0x30-byte struct used by NFC:InitializeWriteAppData, sent by the user-process.