Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
nfc-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2013 Aaron McCarthy <mccarthy.aaron@gmail.com>
2// Copyright (C) 2021 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
4
5/*!
6\page qtnfc-index.html
7\title Qt NFC
8\brief Enables connectivity between NFC enabled devices.
9\ingroup technology-apis
10
11The NFC API provides connectivity between NFC enabled devices.
12
13Currently, the API is supported on \l{Qt for Android}{Android} and \l{Qt for
14iOS}{iOS}. This module also provides limited access to readers supporting
15\l{PC/SC in Qt NFC}{PC/SC} specification on Linux, macOS, and Windows.
16
17NFC is a short-range (less than 20 centimeters) wireless technology
18with a maximum transfer rate of 424 Kbps. NFC is ideal for transferring
19small packets of data when two devices are placed together.
20
21The NFC module provides APIs for interacting with NFC Forum Tags and NFC Forum
22Devices. It can detect targets and losses, register NDEF message handlers, read
23and write NDEF messages on NFC Forum Tags, and send tag-specific commands.
24
25\section1 Using the Module
26
27\include {module-use.qdocinc} {using the c++ api} {NFC}
28
29\section2 Building with CMake
30
31\include {module-use.qdocinc} {building with cmake} {Nfc}
32
33\section2 Building with qmake
34
35\include {module-use.qdocinc} {building_with_qmake} {nfc}
36
37\section1 Articles and Guides
38
39\list
40 \li \l {Qt NFC Overview}
41 \li \l {Supported NFC Features}
42 \li \l {Qt NFC on Android}
43 \li \l {PC/SC in Qt NFC}
44\endlist
45
46\section1 Examples
47
48\list
49 \li \l {annotatedurl}{Annotated URL}
50 \li \l {ndefeditor}{NDEF Editor}
51\endlist
52
53\section1 Reference
54
55\list
56 \li \l {Qt NFC C++ Classes}{C++ Classes}
57\endlist
58
59\section1 Module Evolution
60
61\l {Changes to Qt NFC} lists important changes in the module API and
62functionality that were done for the Qt 6 series of Qt.
63
64\section1 Licenses
65
66Qt NFC is available under commercial licenses from \l{The Qt Company}.
67In addition, it is available under free software licenses. Since Qt 5.4,
68these free software licenses are
69\l{GNU Lesser General Public License, version 3}, or
70the \l{GNU General Public License, version 2}.
71See \l{Qt Licensing} for further details.
72*/