mirror of
https://github.com/openharmony/communication_connected_nfc_tag.git
synced 2026-07-01 21:54:03 -04:00
ff8192bbd7ec0ae67f17018fd5acda1303796840
Signed-off-by: bitbegin <lizhifeng23@huawei.com>
Connected NFC Tag
Introduction
Near-field communication (NFC) is a non-contact identification and interconnection technology for short-distance wireless communication between mobile devices, consumer electronic products, PCs, and smart devices.
For the devices has connected nfc tag chip, this component provides tag reading and writing.
Architecture
Figure 1 Connected NFC Tag Architecture
Directory Structure
/foundation/communication/connected_nfc_tag
├── interfaces # Interface
│ └── inner_api # System inner interface
├── frameworks # Framework interface
│ └── js # Implementation of JS API
│ └── napi # Napi implementation of JS API
├── services # Service implementation
├── test # Test code
├── BUILD.gn # Build entry
└── bundle.json # Component description
Constraints
- Devices must has the connected nfc tag chip.
Usage
- connected nfc tag reading and writing.
Please reference: docs/zh-cn/application-dev/reference/apis/js-apis-connectedTag.md
Repositories Involved
hmf/communication/connected_nfc_tag
Description
Languages
C++
98.6%
C
1.4%
