En esta página

QNdefNfcUriRecord Class

La clase QNdefNfcUriRecord proporciona una RTD-URI NFC. Más...

Cabecera: #include <QNdefNfcUriRecord>
CMake: find_package(Qt6 REQUIRED COMPONENTS Nfc)
target_link_libraries(mytarget PRIVATE Qt6::Nfc)
qmake: QT += nfc
Hereda: QNdefRecord

Funciones Públicas

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

Descripción detallada

RTD-URI encapsula un URI.

Documentación de las funciones de los miembros

QNdefNfcUriRecord::QNdefNfcUriRecord()

Construye un registro uri NFC vacío.

QNdefNfcUriRecord::QNdefNfcUriRecord(const QNdefRecord &other)

Construye un nuevo registro uri NFC que es una copia de other.

void QNdefNfcUriRecord::setUri(const QUrl &uri)

Establece el URI de este registro URI en uri.

Véase también uri().

QUrl QNdefNfcUriRecord::uri() const

Devuelve el URI de este registro URI.

Véase también setUri().

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.