mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-28 01:41:54 +00:00
bugfix for api9 0803
Signed-off-by: y00316381 <yanxiaotao@huawei.com>
This commit is contained in:
parent
8768198a94
commit
4b9a944e7b
4
api/@ohos.wifi.d.ts
vendored
4
api/@ohos.wifi.d.ts
vendored
@ -762,7 +762,7 @@ declare namespace wifi {
|
||||
function off(type: "streamChange", callback?: Callback<number>): void;
|
||||
|
||||
/**
|
||||
* Subscribe Wi-Fi stream change events.
|
||||
* Subscribe Wi-Fi device config change events.
|
||||
*
|
||||
* @return Returns 0: config is added, 1: config is changed, 2: config is removed.
|
||||
* @since 9
|
||||
@ -773,7 +773,7 @@ declare namespace wifi {
|
||||
function on(type: "deviceConfigChange", callback: Callback<number>): void;
|
||||
|
||||
/**
|
||||
* Subscribe Wi-Fi stream change events.
|
||||
* Subscribe Wi-Fi device config change events.
|
||||
*
|
||||
* @return Returns 0: config is added, 1: config is changed, 2: config is removed.
|
||||
* @since 9
|
||||
|
Loading…
Reference in New Issue
Block a user