NFC:GetAppDataInitStruct

From 3dbrew
Revision as of 02:22, 1 January 2016 by Yellows8 (talk | contribs) (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="...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.