QNdefNfcUriRecord Class
The QNdefNfcUriRecord class provides an NFC RTD-URI. More...
Header: | #include <QNdefNfcUriRecord> |
Inherits: | QNdefRecord |
Public Functions
QNdefNfcUriRecord() | |
QNdefNfcUriRecord(const QNdefRecord &other) | |
void | setUri(const QUrl &uri) |
QUrl | uri() const |
Detailed Description
\ingroup
connectivity-nfc \inmodule
QtNfc \since
5.2
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 uri().
QUrl QNdefNfcUriRecord::uri() const
Returns the URI of this URI record.
See also setUri().