NFC:GetTagState: Difference between revisions
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: 0x000D0000] |} =Response= {| class="wikitable" border="..." |
|||
| Line 31: | Line 31: | ||
! Description | ! Description | ||
|- | |- | ||
| 2 | |||
| Scanning for NFC tags. Set by [[NFC:StartTagScanning]] when successful. | |||
|} | |} | ||
=Description= | =Description= | ||
This returns the current NFC tag state. | This returns the current NFC tag state. | ||
Revision as of 17:39, 31 December 2015
Request
| Index Word | Description |
|---|---|
| 0 | Header code [Starting with 9.3.0-X: 0x000D0000] |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
| 2 | u8 output state |
Tag state values
| Value | Description |
|---|---|
| 2 | Scanning for NFC tags. Set by NFC:StartTagScanning when successful. |
Description
This returns the current NFC tag state.