Qt NFC C++ Classes▲
An API for accessing NFC Forum Tags.
Classes▲
- 
						
QNdefFilter: The QNdefFilter class provides a filter for matching NDEF messages.
 - 
						
QNdefMessage: The QNdefMessage class provides an NFC NDEF message.
 - 
						
QNdefNfcSmartPosterRecord: The QNdefNfcSmartPosterRecord class provides an NFC RTD-SmartPoster.
 - 
						
QNdefNfcTextRecord: The QNdefNfcTextRecord class provides an NFC RTD-Text.
 - 
						
QNdefNfcUriRecord: The QNdefNfcUriRecord class provides an NFC RTD-URI.
 - 
						
QNdefRecord: The QNdefRecord class provides an NFC NDEF record.
 - 
						
QNearFieldManager: The QNearFieldManager class provides access to notifications for NFC events.
 - 
						
QNearFieldShareManager: The QNearFieldShareManager class manages all interactions related to sharing files and data over NFC.
 - 
						
QNearFieldShareTarget: The QNearFieldShareTarget class transfers data to remote device over NFC.
 - 
						
QNearFieldTarget: The QNearFieldTarget class provides an interface for communicating with a target device.
 - 
						
QQmlNdefRecord: The QQmlNdefRecord class implements the NdefRecord type in QML.
 
Detailed Description▲
The Qt NFC C++ API enables an application to access NFC Forum Tags.
To use the C++ library in your application, add the following configuration option to your .pro file:
QT += nfc

