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.