QNdefNfcTextRecord Class

The QNdefNfcTextRecord class provides an NFC RTD-Text. More...

Header: #include <QNdefNfcTextRecord>
qmake: QT += nfc
Since: Qt 5.2
Inherits: QNdefRecord

This class was introduced in Qt 5.2.

Public Types

enum Encoding { Utf8, Utf16 }

Detailed Description

RTD-Text encapsulates a user displayable text record.

Member Type Documentation

enum QNdefNfcTextRecord::Encoding

This enum describes the text encoding standard used.

ConstantValueDescription
QNdefNfcTextRecord::Utf80The text is encoded with UTF-8.
QNdefNfcTextRecord::Utf161The text is encoding with UTF-16.