NFC services: Difference between revisions
No edit summary |
No edit summary |
||
Line 92: | Line 92: | ||
| 2 || [[#GetStateOld]] | | 2 || [[#GetStateOld]] | ||
|- | |- | ||
| 3 || IsNfcEnabledOld | | 3 || [[#IsNfcEnabledOld]] | ||
|- | |- | ||
| 400 || [4.0.0+] [[#Initialize]] | | 400 || [4.0.0+] [[#Initialize]] | ||
Line 100: | Line 100: | ||
| 402 || [4.0.0+] [[#GetState]] | | 402 || [4.0.0+] [[#GetState]] | ||
|- | |- | ||
| 403 || [4.0.0+] IsNfcEnabled | | 403 || [4.0.0+] [[#IsNfcEnabled]] | ||
|- | |- | ||
| 404 || [4.0.0+] ListDevices | | 404 || [4.0.0+] ListDevices | ||
Line 133: | Line 133: | ||
== GetStateOld == | == GetStateOld == | ||
No input, returns an output u32. | No input, returns an output u32. | ||
== IsNfcEnabledOld == | |||
No input, returns an output bool. | |||
This runs the same code as [[#IsNfcEnabled]]. | |||
== GetState == | == GetState == | ||
Line 138: | Line 143: | ||
This replaces [[#GetStateOld]]. | This replaces [[#GetStateOld]]. | ||
== IsNfcEnabled == | |||
No input, returns an output bool. | |||
This replaces [[#IsNfcEnabledOld]]. | |||
= nfc:sys = | = nfc:sys = | ||
Line 162: | Line 172: | ||
| 2 || [[#GetStateOld]] | | 2 || [[#GetStateOld]] | ||
|- | |- | ||
| 3 || IsNfcEnabledOld | | 3 || [[#IsNfcEnabledOld]] | ||
|- | |- | ||
| 100 || SetNfcEnabledOld | | 100 || SetNfcEnabledOld | ||
Line 172: | Line 182: | ||
| 402 || [4.0.0+] [[#GetState]] | | 402 || [4.0.0+] [[#GetState]] | ||
|- | |- | ||
| 403 || [4.0.0+] IsNfcEnabled | | 403 || [4.0.0+] [[#IsNfcEnabled]] | ||
|- | |- | ||
| 404 || [4.0.0+] ListDevices | | 404 || [4.0.0+] ListDevices |