Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

QNdefNfcUriRecord Class

The QNdefNfcUriRecord class provides an NFC RTD-URI. More...

Header: #include <QNdefNfcUriRecord>
CMake: find_package(Qt6 REQUIRED COMPONENTS Nfc)
target_link_libraries(mytarget PRIVATE Qt6::Nfc)
qmake: QT += nfc
Since: Qt 5.2
Inherits: QNdefRecord

Public Functions

QNdefNfcUriRecord(const QNdefRecord &other)
QNdefNfcUriRecord()
void setUri(const QUrl &uri)
QUrl uri() const

Detailed Description

RTD-URI encapsulates a URI.

Member Function Documentation

QNdefNfcUriRecord::QNdefNfcUriRecord(const QNdefRecord &other)

Constructs a new NFC uri record that is a copy of other.

QNdefNfcUriRecord::QNdefNfcUriRecord()

Constructs an empty NFC uri record.

void QNdefNfcUriRecord::setUri(const QUrl &uri)

Sets the URI of this URI record to uri.

See also uri().

QUrl QNdefNfcUriRecord::uri() const

Returns the URI of this URI record.

See also setUri().

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded