지원되는 NFC 기능
Qt NFC 는 데이터 읽기 및 쓰기를 위한 두 가지 옵션을 제공합니다. 이러한 옵션은 AccessMethod 열거형에 반영되어 있습니다.
- NdefAccess - readNdefMessages() 및 writeNdefMessages()를 통해 NDEF 메시지 사용.
- TagTypeSpecificAccess - sendCommand()를 사용하여 사용자 정의 명령을 보내고 requestResponse()를 통해 결과를 가져옵니다.
TagTypeSpecificAccess 는 사용자가 NFC 태그 유형에 따라 다른 데이터를 전송해야 할 수 있음을 의미합니다. Qt NFC 에서 인식하는 태그 유형은 Type 열거형에 정의되어 있습니다.
Qt NFC 다양한 액세스 방법과 태그 유형에 대한 지원은 플랫폼에 따라 다릅니다. 아래 표는 각 플랫폼에서 현재 지원되는 기능의 하위 집합을 보여줍니다.
플랫폼 | 인식되는 태그 유형 | NDEF 지원 | 태그별 액세스 |
---|---|---|---|
Android | Type 열거형에서 모두 | 예 | 예 |
iOS | 아니요 | 예 - 지원되는 태그 유형 | |
Linux, Windows, macOS ( PC/SC를 사용하여 구현됨) | 예 - 대상 NfcTagType4 | 예 - 대상 ProprietaryTag |
© 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.