IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QNdefNfcUriRecord Class

The QNdefNfcUriRecord class provides an NFC RTD-URI.

This class was introduced in Qt 5.2.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QNdefNfcUriRecord Class

  • Header: QNdefNfcUriRecord

  • Since: Qt 5.2

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Nfc)

    target_link_libraries(mytarget PRIVATE Qt6::Nfc)

  • qmake: QT += nfc

  • Inherits: QNdefRecord

  • Group: QNdefNfcUriRecord is part of connectivity-nfc

Detailed Description

RTD-URI encapsulates a URI.

Member Function Documentation

 

QNdefNfcUriRecord::QNdefNfcUriRecord()

Constructs an empty NFC uri record.

QNdefNfcUriRecord::QNdefNfcUriRecord(const QNdefRecord &other)

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

void QNdefNfcUriRecord::setUri(const QUrl &uri)

Sets the URI of this URI record to uri.

See Also

See also uri()

QUrl QNdefNfcUriRecord::uri() const

Returns the URI of this URI record.

See Also

See also setUri()

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+