QNdefNfcUriRecord#
The QNdefNfcUriRecord
class provides an NFC RTD-URI. More…
Synopsis#
Functions#
Detailed Description#
RTD-URI encapsulates a URI.
- class PySide6.QtNfc.QNdefNfcUriRecord#
PySide6.QtNfc.QNdefNfcUriRecord(QNdefNfcUriRecord)
PySide6.QtNfc.QNdefNfcUriRecord(other)
- Parameters
QNdefNfcUriRecord –
PySide6.QtNfc.QNdefNfcUriRecord
other –
PySide6.QtNfc.QNdefRecord
Constructs an empty NFC uri record.
Constructs a new NFC uri record that is a copy of other
.
- PySide6.QtNfc.QNdefNfcUriRecord.setUri(uri)#
- Parameters
uri –
PySide6.QtCore.QUrl
Sets the URI of this URI record to uri
.
See also
- PySide6.QtNfc.QNdefNfcUriRecord.uri()#
- Return type
Returns the URI of this URI record.
See also