未验证 提交 a347780f 编写于 作者: O openharmony_ci 提交者: Gitee

!23721 增加connection的字段描述

Merge pull request !23721 from liyufan/master
......@@ -2168,8 +2168,8 @@ connection.getDefaultNet().then(function (netHandle) {
| 名称 | 类型 | 必填 | 说明 |
| --------------------- | ---------------------------------- | --- | ------------------------ |
| linkUpBandwidthKbps | number | 否 | 上行(设备到网络)带宽。 |
| linkDownBandwidthKbps | number | 否 | 下行(网络到设备)带宽。 |
| linkUpBandwidthKbps | number | 否 | 上行(设备到网络)带宽,0表示无法评估当前网络带宽。 |
| linkDownBandwidthKbps | number | 否 | 下行(网络到设备)带宽,0表示无法评估当前网络带宽。 |
| networkCap | Array\<[NetCap](#netcap)> | 否 | 网络具体能力。 |
| bearerTypes | Array\<[NetBearType](#netbeartype)> | 是 | 网络类型。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册