The NFC Class Extension driver implements all NFC device driver interfaces and standard NFC protocols and formats based on the NFC Forum NFC Controller Interface (NCI) Technical Specification
Перейти к файлу
microsoft-github-policy-service[bot] 214600d088
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-14 15:19:36 +00:00
Cx Support getting ATR via reset for NFC smartcard. 2019-01-09 11:01:08 -08:00
Test Add missing files (Type5TagSequences.xx) 2020-01-28 12:07:01 -08:00
docs Refactor the NfcCxRF state handling. 2018-10-25 11:12:59 -07:00
inc Update NfcCx UMDF version from default (2.15) to (2.23). 2018-11-02 12:32:57 -07:00
libs Merge branch '19H1_REL' 2019-01-02 14:15:02 -08:00
.gitignore Add unit test suite. 2018-11-02 13:06:59 -07:00
README.md Fixed markdown headers for README.md 2018-10-23 18:11:42 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 21:31:14 +00:00
license.txt NFC Class Extension Driver 2015-06-19 16:33:12 -07:00

README.md

NFC class extension (CX) design guide

The NFC CX driver implements all NFC device driver interfaces and standard NFC protocols and formats based on the NFC Forum NFC Controller Interface (NCI) Technical Specification.

The NFC client driver is responsible for transport layer interfacing as well as support for any non-standard vendor-defined extensions for the optimized functioning of the NFC controller.

The NFC class extension driver implements all standard NFC Forum Tag (T1T, T2T, T3T, ISO-DEP) and P2P (LLCP and SNEP) protocols, and RF Management based on the NCI Core specification. The class extension driver implements all the Windows-defined device driver interfaces to interact with the NFC controller, Secure Elements, and Remote RF endpoints.

These topics describe the architecture and public interface between the NFC class extension driver supplied by Microsoft and the NFC client driver supplied by the corresponding chipset manufacturers. The NFC CX driver is designed to support NFC chipsets from various manufacturers, and enables manufacturers to implement non-NCI standard functionality in their NFC client driver for differentiation purposes.

NFC driver DDI

The following are the Windows-defined NFC driver DDI that are implemented by the NFC CX driver:

NFC forum specifications

The following are the NFC Forum specifications implemented by the NFC CX driver:

  • NFC Controller Interface, NCI 1.0 Specification
  • NFC Data Exchange Format, NDEF
  • NFC Forum Type 1-4 Tag
  • Logical Link Control Protocol, LLCP 1.1 Specification
  • Simple NDEF Exchange Protocol, SNEP 1.0 Specification
  • ISO/IEC 15693

Supported NFC smart cards and tags

The following are the NFC smart cards and tags supported by the NFC CX driver:

  • MIFARE Classic family
  • MIFARE Ultralight family
  • MIFARE DESFire family
  • FeliCa family
  • Jewel/Topaz family
  • Generic ISO 15693 tags

Contributions

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.