HCE support for ISO/IEC 14443-3 Type B?

旧城冷巷雨未停 提交于 2019-12-13 01:24:22

问题


The Android's developer guide states that "Support for Nfc-B is optional".

I cannot find any more information about Type B HCE.

So is it possible to enable Type B support on Android devices?


回答1:


From an app developer perspective you should(*) not really care which underlying protocol is used. The application layer protocol (ISO/IEC 7816-4) is the same for ISO/IEC 14443 Type A and Type B.

Looking at devices in the field, some devices use Type A for HCE and some seem to use Type B. So it's basically the device manufacturer who decides if Type A or Type B is used. The Android API provides no means for the app developer to influence this.

*) I'm well aware that this means that the reader side needs to take care about handling both protocols and that this may be problematic when you try to integrate with legacy infrastructure.



来源:https://stackoverflow.com/questions/33578963/hce-support-for-iso-iec-14443-3-type-b

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!