Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
7bcbc9d1
D
Docs
项目概览
OpenHarmony
/
Docs
接近 2 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7bcbc9d1
编写于
9月 22, 2022
作者:
K
knpingan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
【NFC】Interface document consistency modification
Signed-off-by:
N
knpingan
<
zhangxiuping@huawei.com
>
上级
b705426a
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
21 addition
and
7 deletion
+21
-7
zh-cn/application-dev/reference/apis/js-apis-cardEmulation.md
...n/application-dev/reference/apis/js-apis-cardEmulation.md
+11
-0
zh-cn/application-dev/reference/apis/js-apis-nfcTag.md
zh-cn/application-dev/reference/apis/js-apis-nfcTag.md
+8
-7
zh-cn/application-dev/reference/apis/js-apis-nfctech.md
zh-cn/application-dev/reference/apis/js-apis-nfctech.md
+2
-0
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-cardEmulation.md
浏览文件 @
7bcbc9d1
...
...
@@ -109,4 +109,15 @@ hceService.on("hceCmd", (err, res) => {
}
})
```
## FeatureType
表示NFC支持的卡模拟类型枚举
**系统能力**
:SystemCapability.Communication.NFC.Core
| 名称 | 默认值 | 说明 |
| -------- | -------- | -------- |
| HCE | 0 | 该常量用于检查是否支持 HCE 卡模拟 |
| UICC | 1 | 该常量用于检查是否支持 SIM 卡模拟 |
| ESE | 2 | 该常量用于检查是否支持ESE卡模拟 |
zh-cn/application-dev/reference/apis/js-apis-nfcTag.md
100755 → 100644
浏览文件 @
7bcbc9d1
...
...
@@ -157,15 +157,16 @@ getNdefFormatableTag(tagInfo: [TagInfo](#taginfo9)): [NdefFormatableTag](js-apis
| ------------------ | --------------------------|
|
[
NdefFormatableTag
](
js-apis-nfctech.md#ndefformatabletag
)
| Ndef Formatable类型Tag对象。 |
## TagInfo<sup>
9
+</sup>
## TagInfo<sup>
7
+</sup>
nfc服务在调度标签时给出的对象。
**需要权限**
:ohos.permission.NFC_TAG
**系统能力**
:SystemCapability.Communication.NFC.Core
|
**参数名**
|
**类型**
|
**说明**
|
| -------- | -------- | -------- |
| uid | string | 标签的uid。 |
| technology | number[] | 支持的技术类型。 |
| extrasData | PacMap[] | 标签的额外信息。 |
| tagRfDiscId | number | 标签的RF discovery id。 |
| remoteTagService | rpc.RemoteObject | 标签服务的rpc远程对象。 |
| supportedProfiles | number[] | 支持的技术类型。 |
\ No newline at end of file
| uid
<sup>
9+
</sup>
| string | 标签的uid。 |
| technology
<sup>
9+
</sup>
| number[] | 支持的技术类型。 |
| supportedProfiles
<sup>
7+
</sup>
| number[] | 支持的技术类型。 |
\ No newline at end of file
zh-cn/application-dev/reference/apis/js-apis-nfctech.md
浏览文件 @
7bcbc9d1
...
...
@@ -841,6 +841,8 @@ let ndefTypeString= tag.NdefTag(taginfo).getNdefTagTypeString(type);
## NfcForumType<sup>9+</sup>
**系统能力**
:SystemCapability.Communication.NFC.Core
|
**参数名**
|
**类型**
|
**说明**
|
| -------- | -------- | -------- |
| NFC_FORUM_TYPE_1 | 1 | NFC论坛类型1。 |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录