QNdefNfcUriRecord Class Reference
The QNdefNfcUriRecord class provides an NFC RTD-URI More...
#include <QNdefNfcUriRecord>
Inherits: QNdefRecord.
This class was introduced in Qt Mobility 1.2.
Public Functions
void | setUri ( const QUrl & uri ) |
QUrl | uri () const |
Detailed Description
The QNdefNfcUriRecord class provides an NFC RTD-URI
RTD-URI encapsulates a URI.
Member Function Documentation
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().
[+] Documentation Feedback