QNdefNfcUriRecord Class

QNdefNfcUriRecordクラスは、NFC RTD-URIを提供します。詳細...

ヘッダー #include <QNdefNfcUriRecord>
CMake: find_package(Qt6 REQUIRED COMPONENTS Nfc)
target_link_libraries(mytarget PRIVATE Qt6::Nfc)
qmake: QT += nfc
継承: QNdefRecord

パブリック関数

QNdefNfcUriRecord()
QNdefNfcUriRecord(const QNdefRecord &other)
void setUri(const QUrl &uri)
QUrl uri() const

詳細説明

RTD-URIはURIをカプセル化します。

メンバ関数ドキュメント

QNdefNfcUriRecord::QNdefNfcUriRecord()

空のNFC uriレコードを構築します。

QNdefNfcUriRecord::QNdefNfcUriRecord(const QNdefRecord &other)

other のコピーである新しいNFC uriレコードを構築する。

void QNdefNfcUriRecord::setUri(const QUrl &uri)

このURIレコードのURIをuri に設定する。

uri()も参照

QUrl QNdefNfcUriRecord::uri() const

この URI レコードの URI を返します。

setUri()も参照

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.