1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
7\ingroup connectivity-nfc
10\brief Notes on PC/SC support in Qt Nfc.
12PC/SC support is provided using native APIs on macOS and Windows, and using
13\l{https://pcsclite.apdu.fr/}{PCSCLite} library on other platforms. The API
14can be used for accessing both wired and wireless smartcards and storage cards.
19 \li The current API does not provide means to distinguish between separate
21 \li NDEF access is only provided for NFC Type 4 tags.
22 \li Other applications starting transactions on cards may block Qt applications
23 from using Qt Nfc API.
24 \li QNearFieldTarget::sendCommand() used with a PC/SC target starts
25 a transaction that remains active until QNearFieldTarget::disconnect()
26 is called. This transaction prevents other applications from accessing