- class QNdefNfcUriRecord¶
The
QNdefNfcUriRecord
class provides an NFC RTD-URI. More…Synopsis¶
Methods¶
def
__init__()
def
setUri()
def
uri()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
RTD-URI encapsulates a URI.
- __init__()¶
Constructs an empty NFC uri record.
- __init__(other)
- Parameters:
other –
QNdefRecord
Constructs a new NFC uri record that is a copy of
other
.Sets the URI of this URI record to
uri
.See also
Returns the URI of this URI record.
See also