QNdefNfcIconRecord Class▲
-
Header: QNdefNfcIconRecord
-
Since: Qt 5.2
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Nfc)
target_link_libraries(mytarget PRIVATE Qt6::Nfc)
-
qmake: QT += nfc
-
Inherits: QNdefRecord
-
Group: QNdefNfcIconRecord is part of connectivity-nfc
Detailed Description▲
This class wraps the image data into an NDEF message. It provides an NDEF record of type QNdefRecord::Mime. The payload() contains the raw image data.
Member Function Documentation▲
QNdefNfcIconRecord::QNdefNfcIconRecord()▲
Constructs an empty NDEF record of type QNdefRecord::Mime.
QNdefNfcIconRecord::QNdefNfcIconRecord(const QNdefRecord &other)▲
Constructs an NDEF icon record that is a copy of other.