NFCAdapter wx.getNFCAdapter()

基础库 2.11.2 开始支持,低版本需做兼容处理

本接口从基础库版本 2.11.2 起支持在小程序插件中使用

获取 NFC 实例

返回值

NFCAdapter

NFC 实例

错误

错误码错误信息说明
13000设备不支持NFC
13001系统NFC开关未打开
13010未知错误
13019user is not authorized用户未授权
13011invalid parameter参数无效
13012parse NdefMessage failed将参数解析为NdefMessage失败
13021NFC discovery already started已经开始NFC扫描
13018NFC discovery has not started尝试在未开始NFC扫描时停止NFC扫描
13022Tech already connected标签已经连接
13023Tech has not connected尝试在未连接标签时断开连接
13013NFC tag has not been discovered未扫描到NFC标签
13014invalid tech无效的标签技术
13015unavailable tech从标签上获取对应技术失败
13024function not support当前标签技术不支持该功能
13017system internal error相关读写操作失败
13016connect fail连接失败

示例代码

在开发者工具中预览效果