Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qnearfieldtarget_android.cpp File Reference

(7d2ac27c1844cfd954827771f2aa8013c9e9f4a7)

Include dependency graph for qnearfieldtarget_android.cpp:

Go to the source code of this file.

Macros

#define NDEFTECHNOLOGY   QStringLiteral("android.nfc.tech.Ndef")
#define NDEFFORMATABLETECHNOLOGY   QStringLiteral("android.nfc.tech.NdefFormatable")
#define ISODEPTECHNOLOGY   QStringLiteral("android.nfc.tech.IsoDep")
#define NFCATECHNOLOGY   QStringLiteral("android.nfc.tech.NfcA")
#define NFCBTECHNOLOGY   QStringLiteral("android.nfc.tech.NfcB")
#define NFCFTECHNOLOGY   QStringLiteral("android.nfc.tech.NfcF")
#define NFCVTECHNOLOGY   QStringLiteral("android.nfc.tech.NfcV")
#define MIFARECLASSICTECHNOLOGY   QStringLiteral("android.nfc.tech.MifareClassic")
#define MIFARECULTRALIGHTTECHNOLOGY   QStringLiteral("android.nfc.tech.MifareUltralight")
#define MIFARETAG   QStringLiteral("com.nxp.ndef.mifareclassic")
#define NFCTAGTYPE1   QStringLiteral("org.nfcforum.ndef.type1")
#define NFCTAGTYPE2   QStringLiteral("org.nfcforum.ndef.type2")
#define NFCTAGTYPE3   QStringLiteral("org.nfcforum.ndef.type3")
#define NFCTAGTYPE4   QStringLiteral("org.nfcforum.ndef.type4")

Macro Definition Documentation

◆ ISODEPTECHNOLOGY

#define ISODEPTECHNOLOGY   QStringLiteral("android.nfc.tech.IsoDep")

Definition at line 10 of file qnearfieldtarget_android.cpp.

◆ MIFARECLASSICTECHNOLOGY

#define MIFARECLASSICTECHNOLOGY   QStringLiteral("android.nfc.tech.MifareClassic")

Definition at line 15 of file qnearfieldtarget_android.cpp.

◆ MIFARECULTRALIGHTTECHNOLOGY

#define MIFARECULTRALIGHTTECHNOLOGY   QStringLiteral("android.nfc.tech.MifareUltralight")

Definition at line 16 of file qnearfieldtarget_android.cpp.

◆ MIFARETAG

#define MIFARETAG   QStringLiteral("com.nxp.ndef.mifareclassic")

Definition at line 18 of file qnearfieldtarget_android.cpp.

◆ NDEFFORMATABLETECHNOLOGY

#define NDEFFORMATABLETECHNOLOGY   QStringLiteral("android.nfc.tech.NdefFormatable")

Definition at line 9 of file qnearfieldtarget_android.cpp.

◆ NDEFTECHNOLOGY

#define NDEFTECHNOLOGY   QStringLiteral("android.nfc.tech.Ndef")

Definition at line 8 of file qnearfieldtarget_android.cpp.

◆ NFCATECHNOLOGY

#define NFCATECHNOLOGY   QStringLiteral("android.nfc.tech.NfcA")

Definition at line 11 of file qnearfieldtarget_android.cpp.

◆ NFCBTECHNOLOGY

#define NFCBTECHNOLOGY   QStringLiteral("android.nfc.tech.NfcB")

Definition at line 12 of file qnearfieldtarget_android.cpp.

◆ NFCFTECHNOLOGY

#define NFCFTECHNOLOGY   QStringLiteral("android.nfc.tech.NfcF")

Definition at line 13 of file qnearfieldtarget_android.cpp.

◆ NFCTAGTYPE1

#define NFCTAGTYPE1   QStringLiteral("org.nfcforum.ndef.type1")

Definition at line 19 of file qnearfieldtarget_android.cpp.

◆ NFCTAGTYPE2

#define NFCTAGTYPE2   QStringLiteral("org.nfcforum.ndef.type2")

Definition at line 20 of file qnearfieldtarget_android.cpp.

◆ NFCTAGTYPE3

#define NFCTAGTYPE3   QStringLiteral("org.nfcforum.ndef.type3")

Definition at line 21 of file qnearfieldtarget_android.cpp.

◆ NFCTAGTYPE4

#define NFCTAGTYPE4   QStringLiteral("org.nfcforum.ndef.type4")

Definition at line 22 of file qnearfieldtarget_android.cpp.

◆ NFCVTECHNOLOGY

#define NFCVTECHNOLOGY   QStringLiteral("android.nfc.tech.NfcV")

Definition at line 14 of file qnearfieldtarget_android.cpp.