From 92106de9fcaacc7cf0ed2e9c5fcdd78799d22d6a Mon Sep 17 00:00:00 2001 From: franck_lee <1633135440@qq.com> Date: Thu, 18 Aug 2022 15:01:22 +0000 Subject: [PATCH] =?UTF-8?q?OpenHarmony=E5=BC=80=E6=BA=90=E8=B4=A1=E7=8C=AE?= =?UTF-8?q?=E8=80=85=E8=AE=A1=E5=88=922022=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20Signed-off-by:=20franck=5Flee=20<163313544?= =?UTF-8?q?0@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: franck_lee <1633135440@qq.com> --- zh-cn/application-dev/reference/apis/js-apis-nfctech.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-nfctech.md b/zh-cn/application-dev/reference/apis/js-apis-nfctech.md index f8e7742ccc..18d9fad25c 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-nfctech.md +++ b/zh-cn/application-dev/reference/apis/js-apis-nfctech.md @@ -93,7 +93,7 @@ getRespAppData(): number[] | **类型** | **说明** | | ------------------ | --------------------------| -| number[] | NfcB 标签的Resp数据。 | +| number[] | NfcB 标签的应用程序数据。 | **示例:** @@ -153,7 +153,7 @@ getSystemCode(): number[] | **类型** | **说明** | | ------------------ | --------------------------| -| number[] | NfcF 标签的协议信息。| +| number[] | NfcF 标签的系统代码。| **示例:** @@ -727,7 +727,7 @@ tag.NdefTag(taginfo).canSetReadOnly().then(function (has) { ### NdefTag.canSetReadOnly9+ -isNdefWritable(callback: AsyncCallback<boolean>): void; +canSetReadOnly(callback: AsyncCallback<boolean>): void; 检查ndef标签是否可以设置为只读,使用callback方式作为异步方法。 @@ -784,7 +784,7 @@ tag.NdefTag(taginfo).setReadOnly().then(function (errcode) { setReadOnly(callback: AsyncCallback): void -检查ndef标签是否可以设置为只读,使用callback方式作为异步方法。 +将Ndef标签设置为只读,使用callback方式作为异步方法。 **需要权限**:ohos.permission.NFC_TAG -- GitLab