Difference between revisions of "NFC:InitializeWriteAppData"
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: 0x00140384] |- | 1 | u32, unknown |- | 2 | Size |- | 3-14 |...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | u32 | + | | u32 little-endian [[Amiibo]] AppID |
|- | |- | ||
| 2 | | 2 | ||
Line 15: | Line 15: | ||
|- | |- | ||
| 3-14 | | 3-14 | ||
− | | | + | | 0x30-byte structure, must be all-zero otherwise an error is returned. |
|- | |- | ||
| 15 | | 15 | ||
Line 44: | Line 44: | ||
=Description= | =Description= | ||
− | This is used to write to the [[Amiibo]] app-data, when the app-data is not already setup for the user application. | + | This is used to write to the [[Amiibo]] app-data in memory, when the app-data is not already setup for the user application. |
+ | |||
+ | Once finished this updates the actual Amiibo NFC data. |
Latest revision as of 17:44, 17 April 2015
Request[edit]
Index Word | Description |
---|---|
0 | Header code [Starting with 9.3.0-X: 0x00140384] |
1 | u32 little-endian Amiibo AppID |
2 | Size |
3-14 | 0x30-byte structure, must be all-zero otherwise an error is returned. |
15 | 0x20, PID translate-header for kernel. |
16 | PID written by kernel. |
17 | (Size<<14) | 2 |
18 | Pointer to input buf |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This is used to write to the Amiibo app-data in memory, when the app-data is not already setup for the user application.
Once finished this updates the actual Amiibo NFC data.