Qt NFC Overview

With the Qt NFC API typical use cases are:

  • Detect NFC tags entering and leaving the communication range.
  • Read and write NDEF message on NFC Forum Tags.
  • Register an NDEF message handler for a particular content type.

The following sections describe how to use Qt NFC C++ classes for the above use cases.

Detect NFC tags entering and leaving communication range.

Read and write an NDEF message on NFC Forum Tags.

Register an NDEF message handler for a particular content type.