NFC:CommunicationGetResult

From 3dbrew
Revision as of 23:59, 19 March 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: 0x00120000] |} =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: 0x00120000]

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Output NFC-adapter result-code.

Description[edit]

New3DS NFC module: This basically just writes u32 value 0x0 to cmdreply[2]. Old3DS: copies an u32 from <somestatestruct>+0x30 to cmdreply[2].

This returns the result-code for Old3DS NFC adapter communication. User-processes only use this when the status value from NFC:CommunicationGetStatus indicates that an error occurred.