NFC:CommunicationGetResult

NFC:CommunicationGetResult

Request #

Index WordDescription
0Header code [Starting with 9.3.0-X: 0x00120000]

Response #

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

Description #

New3DS NFC module: This basically just writes u32 value 0x0 to cmdreply[2]. Old3DS: copies an u32 from +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.