1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: wifiManager;<br>Method or attribute name: function getScanInfoList(): Array\<WifiScanInfo>;|NA|@ohos.wifiManager.d.ts|
4|Deleted|Class name: wifiManager;<br>Method or attribute name: function updateDeviceConfig(config: WifiDeviceConfig): number;|NA|@ohos.wifiManager.d.ts|
5|Deleted|Class name: wifiManager;<br>Method or attribute name: function disableDeviceConfig(networkId: number): void;|NA|@ohos.wifiManager.d.ts|
6|Deleted|Class name: wifiManager;<br>Method or attribute name: function removeAllDeviceConfigs(): void;|NA|@ohos.wifiManager.d.ts|
7|Deleted|Class name: wifiManager;<br>Method or attribute name: function removeDeviceConfig(networkId: number): void;|NA|@ohos.wifiManager.d.ts|
8|Deleted|Class name: wifiManager;<br>Method or attribute name: function getHotspotStations(): Array\<StationInfo>;|NA|@ohos.wifiManager.d.ts|
9|Deleted|Class name: wifiManager;<br>Method or attribute name: function createP2pGroup(config: WifiP2PConfig): void;|NA|@ohos.wifiManager.d.ts|
10|Deleted|Class name: wifiManager;<br>Method or attribute name: function removeP2pGroup(): void;|NA|@ohos.wifiManager.d.ts|
11|Deleted|Class name: wifiManager;<br>Method or attribute name: function startDiscoverP2pDevices(): void;|NA|@ohos.wifiManager.d.ts|
12|Deleted|Class name: wifiManager;<br>Method or attribute name: function stopDiscoverP2pDevices(): void;|NA|@ohos.wifiManager.d.ts|
13|Deleted|Class name: wifiManager;<br>Method or attribute name: function deletePersistentP2pGroup(netId: number): void;|NA|@ohos.wifiManager.d.ts|
14|Deleted|Class name: wifiManager;<br>Method or attribute name: function setP2pDeviceName(devName: string): void;|NA|@ohos.wifiManager.d.ts|
15|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
16|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
17|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
18|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
19|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;|@ohos.net.socket.d.ts|
20|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
21|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
22|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
23|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
24|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
25|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
26|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts|
27|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
28|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
29|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: send(data: string): Promise\<void>;|@ohos.net.socket.d.ts|
30|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback\<void>): void;|@ohos.bluetoothManager.d.ts|
31|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise\<void>;|@ohos.bluetoothManager.d.ts|
32|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteProfileUuids(device: string, callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetoothManager.d.ts|
33|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteProfileUuids(device: string): Promise\<Array\<ProfileUuids>>;|@ohos.bluetoothManager.d.ts|
34|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getLocalProfileUuids(callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetoothManager.d.ts|
35|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getLocalProfileUuids(): Promise\<Array\<ProfileUuids>>;|@ohos.bluetoothManager.d.ts|
36|Added|NA|Class name: BaseProfile;<br>Method or attribute name: setConnectionStrategy(device: string, strategy: ConnectionStrategy, callback: AsyncCallback\<void>): void;|@ohos.bluetoothManager.d.ts|
37|Added|NA|Class name: BaseProfile;<br>Method or attribute name: setConnectionStrategy(device: string, strategy: ConnectionStrategy): Promise\<void>;|@ohos.bluetoothManager.d.ts|
38|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectionStrategy(device: string, callback: AsyncCallback\<ConnectionStrategy>): void;|@ohos.bluetoothManager.d.ts|
39|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectionStrategy(device: string): Promise\<ConnectionStrategy>;|@ohos.bluetoothManager.d.ts|
40|Added|NA|Class name: AdvertiseData;<br>Method or attribute name: includeDeviceName?: boolean;|@ohos.bluetoothManager.d.ts|
41|Added|NA|Class name: BluetoothTransport;<br>Method or attribute name: TRANSPORT_BR_EDR = 0|@ohos.bluetoothManager.d.ts|
42|Added|NA|Class name: BluetoothTransport;<br>Method or attribute name: TRANSPORT_LE = 1|@ohos.bluetoothManager.d.ts|
43|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECT_STRATEGY_UNSUPPORTED = 0|@ohos.bluetoothManager.d.ts|
44|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECT_STRATEGY_ALLOWED = 1|@ohos.bluetoothManager.d.ts|
45|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECT_STRATEGY_FORBIDDEN = 2|@ohos.bluetoothManager.d.ts|
46|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
47|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
48|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
49|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
50|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
51|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
52|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
53|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
54|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
55|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
56|Added|NA|Class name: connection;<br>Method or attribute name: function getDefaultHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts|
57|Added|NA|Class name: connection;<br>Method or attribute name: function getDefaultHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts|
58|Added|NA|Class name: ethernet;<br>Method or attribute name: type HttpProxy = connection.HttpProxy;|@ohos.net.ethernet.d.ts|
59|Added|NA|Class name: InterfaceConfiguration;<br>Method or attribute name: httpProxy?: HttpProxy;|@ohos.net.ethernet.d.ts|
60|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'discoveryStart', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
61|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'discoveryStop', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
62|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'serviceFound', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
63|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'serviceLost', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
64|Added|NA|Class name: policy;<br>Method or attribute name: type NetBearType = connection.NetBearType;|@ohos.net.policy.d.ts|
65|Added|NA|Class name: policy;<br>Method or attribute name: function setBackgroundAllowed(isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
66|Added|NA|Class name: policy;<br>Method or attribute name: function setBackgroundAllowed(isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
67|Added|NA|Class name: policy;<br>Method or attribute name: function isBackgroundAllowed(callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
68|Added|NA|Class name: policy;<br>Method or attribute name: function isBackgroundAllowed(): Promise\<boolean>;|@ohos.net.policy.d.ts|
69|Added|NA|Class name: policy;<br>Method or attribute name: function getBackgroundPolicyByUid(uid: number, callback: AsyncCallback\<NetBackgroundPolicy>): void;|@ohos.net.policy.d.ts|
70|Added|NA|Class name: policy;<br>Method or attribute name: function getBackgroundPolicyByUid(uid: number): Promise\<NetBackgroundPolicy>;|@ohos.net.policy.d.ts|
71|Added|NA|Class name: policy;<br>Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
72|Added|NA|Class name: policy;<br>Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy): Promise\<void>;|@ohos.net.policy.d.ts|
73|Added|NA|Class name: policy;<br>Method or attribute name: function getPolicyByUid(uid: number, callback: AsyncCallback\<NetUidPolicy>): void;|@ohos.net.policy.d.ts|
74|Added|NA|Class name: policy;<br>Method or attribute name: function getPolicyByUid(uid: number): Promise\<NetUidPolicy>;|@ohos.net.policy.d.ts|
75|Added|NA|Class name: policy;<br>Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy, callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
76|Added|NA|Class name: policy;<br>Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
77|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
78|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean): Promise\<boolean>;|@ohos.net.policy.d.ts|
79|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, iface: string, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
80|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, iface: string): Promise\<boolean>;|@ohos.net.policy.d.ts|
81|Added|NA|Class name: policy;<br>Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
82|Added|NA|Class name: policy;<br>Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>): Promise\<void>;|@ohos.net.policy.d.ts|
83|Added|NA|Class name: policy;<br>Method or attribute name: function getNetQuotaPolicies(callback: AsyncCallback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
84|Added|NA|Class name: policy;<br>Method or attribute name: function getNetQuotaPolicies(): Promise\<Array\<NetQuotaPolicy>>;|@ohos.net.policy.d.ts|
85|Added|NA|Class name: policy;<br>Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
86|Added|NA|Class name: policy;<br>Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType): Promise\<void>;|@ohos.net.policy.d.ts|
87|Added|NA|Class name: policy;<br>Method or attribute name: function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
88|Added|NA|Class name: policy;<br>Method or attribute name: function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
89|Added|NA|Class name: policy;<br>Method or attribute name: function getDeviceIdleTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
90|Added|NA|Class name: policy;<br>Method or attribute name: function getDeviceIdleTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
91|Added|NA|Class name: policy;<br>Method or attribute name: function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
92|Added|NA|Class name: policy;<br>Method or attribute name: function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
93|Added|NA|Class name: policy;<br>Method or attribute name: function getPowerSaveTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
94|Added|NA|Class name: policy;<br>Method or attribute name: function getPowerSaveTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
95|Added|NA|Class name: policy;<br>Method or attribute name: function resetPolicies(simId: string, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
96|Added|NA|Class name: policy;<br>Method or attribute name: function resetPolicies(simId: string): Promise\<void>;|@ohos.net.policy.d.ts|
97|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netUidPolicyChange', callback: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
98|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netUidRuleChange', callback: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
99|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netMeteredIfacesChange', callback: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts|
100|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netQuotaPolicyChange', callback: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
101|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netBackgroundPolicyChange', callback: Callback\<boolean>): void;|@ohos.net.policy.d.ts|
102|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netUidPolicyChange', callback?: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
103|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netUidRuleChange', callback?: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
104|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netMeteredIfacesChange', callback?: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts|
105|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netQuotaPolicyChange', callback?: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
106|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netBackgroundPolicyChange', callback?: Callback\<boolean>): void;|@ohos.net.policy.d.ts|
107|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_NONE = 0|@ohos.net.policy.d.ts|
108|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_ENABLE = 1|@ohos.net.policy.d.ts|
109|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_DISABLE = 2|@ohos.net.policy.d.ts|
110|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_TRUSTLIST = 3|@ohos.net.policy.d.ts|
111|Added|NA|Class name: NetQuotaPolicy;<br>Method or attribute name: networkMatchRule: NetworkMatchRule;|@ohos.net.policy.d.ts|
112|Added|NA|Class name: NetQuotaPolicy;<br>Method or attribute name: quotaPolicy: QuotaPolicy;|@ohos.net.policy.d.ts|
113|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: periodDuration: string;|@ohos.net.policy.d.ts|
114|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: warningBytes: number;|@ohos.net.policy.d.ts|
115|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: limitBytes: number;|@ohos.net.policy.d.ts|
116|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: metered: boolean;|@ohos.net.policy.d.ts|
117|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: limitAction: LimitAction;|@ohos.net.policy.d.ts|
118|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: lastWarningRemind?: number;|@ohos.net.policy.d.ts|
119|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: lastLimitRemind?: number;|@ohos.net.policy.d.ts|
120|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: netType: NetBearType;|@ohos.net.policy.d.ts|
121|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: identity: string;|@ohos.net.policy.d.ts|
122|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: simId: string;|@ohos.net.policy.d.ts|
123|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_NONE = -1|@ohos.net.policy.d.ts|
124|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_ACCESS_DISABLED = 0|@ohos.net.policy.d.ts|
125|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_ALERT_ONLY = 1|@ohos.net.policy.d.ts|
126|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_NONE = 0|@ohos.net.policy.d.ts|
127|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_METERED_FOREGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
128|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_METERED = 1 \<\< 1|@ohos.net.policy.d.ts|
129|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_REJECT_METERED = 1 \<\< 2|@ohos.net.policy.d.ts|
130|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_ALL = 1 \<\< 5|@ohos.net.policy.d.ts|
131|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_REJECT_ALL = 1 \<\< 6|@ohos.net.policy.d.ts|
132|Added|NA|Class name: RemindType;<br>Method or attribute name: REMIND_TYPE_WARNING = 1|@ohos.net.policy.d.ts|
133|Added|NA|Class name: RemindType;<br>Method or attribute name: REMIND_TYPE_LIMIT = 2|@ohos.net.policy.d.ts|
134|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_NONE = 0|@ohos.net.policy.d.ts|
135|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_ALLOW_METERED_BACKGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
136|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_REJECT_METERED_BACKGROUND = 1 \<\< 1|@ohos.net.policy.d.ts|
137|Added|NA|Class name: socket;<br>Method or attribute name: function constructTCPSocketServerInstance(): TCPSocketServer;|@ohos.net.socket.d.ts|
138|Added|NA|Class name: socket;<br>Method or attribute name: function constructTLSSocketServerInstance(): TLSSocketServer;|@ohos.net.socket.d.ts|
139|Added|NA|Class name: TCPSocket;<br>Method or attribute name: getSocketFd(callback: AsyncCallback\<number>): void;|@ohos.net.socket.d.ts|
140|Added|NA|Class name: TCPSocket;<br>Method or attribute name: getSocketFd(): Promise\<number>;|@ohos.net.socket.d.ts|
141|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
142|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
143|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
144|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
145|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
146|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
147|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
148|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
149|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
150|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
151|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
152|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
153|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
154|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
155|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
156|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
157|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
158|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
159|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
160|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
161|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
162|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
163|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
164|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: listen(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
165|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: listen(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts|
166|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
167|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
168|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
169|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
170|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: on(type: 'connect', callback: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts|
171|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: off(type: 'connect', callback?: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts|
172|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
173|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
174|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
175|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
176|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: listen(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
177|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: listen(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts|
178|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
179|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts|
180|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: on(type: 'connect', callback: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts|
181|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: off(type: 'connect', callback?: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts|
182|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceRxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
183|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceRxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts|
184|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceTxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
185|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceTxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts|
186|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
187|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
188|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
189|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
190|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
191|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
192|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
193|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
194|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidRxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
195|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidRxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts|
196|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidTxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
197|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidTxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts|
198|Added|NA|Class name: statistics;<br>Method or attribute name: function on(type: 'netStatsChange', callback: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
199|Added|NA|Class name: statistics;<br>Method or attribute name: function off(type: 'netStatsChange', callback?: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
200|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts|
201|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts|
202|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts|
203|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts|
204|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: iface: string;|@ohos.net.statistics.d.ts|
205|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: startTime: number;|@ohos.net.statistics.d.ts|
206|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: endTime: number;|@ohos.net.statistics.d.ts|
207|Added|NA|Class name: UidInfo;<br>Method or attribute name: ifaceInfo: IfaceInfo;|@ohos.net.statistics.d.ts|
208|Added|NA|Class name: UidInfo;<br>Method or attribute name: uid: number;|@ohos.net.statistics.d.ts|
209|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: rxBytes: number;|@ohos.net.statistics.d.ts|
210|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: txBytes: number;|@ohos.net.statistics.d.ts|
211|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: rxPackets: number;|@ohos.net.statistics.d.ts|
212|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: txPackets: number;|@ohos.net.statistics.d.ts|
213|Added|NA|Class name: vpn;<br>Method or attribute name: export type LinkAddress = connection.LinkAddress;|@ohos.net.vpn.d.ts|
214|Added|NA|Class name: vpn;<br>Method or attribute name: export type RouteInfo = connection.RouteInfo;|@ohos.net.vpn.d.ts|
215|Added|NA|Class name: vpn;<br>Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;|@ohos.net.vpn.d.ts|
216|Added|NA|Class name: VpnConnection;<br>Method or attribute name: setUp(config: VpnConfig, callback: AsyncCallback\<number>): void;|@ohos.net.vpn.d.ts|
217|Added|NA|Class name: VpnConnection;<br>Method or attribute name: setUp(config: VpnConfig): Promise\<number>;|@ohos.net.vpn.d.ts|
218|Added|NA|Class name: VpnConnection;<br>Method or attribute name: protect(socketFd: number, callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts|
219|Added|NA|Class name: VpnConnection;<br>Method or attribute name: protect(socketFd: number): Promise\<void>;|@ohos.net.vpn.d.ts|
220|Added|NA|Class name: VpnConnection;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts|
221|Added|NA|Class name: VpnConnection;<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.net.vpn.d.ts|
222|Added|NA|Class name: VpnConfig;<br>Method or attribute name: addresses: Array\<LinkAddress>;|@ohos.net.vpn.d.ts|
223|Added|NA|Class name: VpnConfig;<br>Method or attribute name: routes?: Array\<RouteInfo>;|@ohos.net.vpn.d.ts|
224|Added|NA|Class name: VpnConfig;<br>Method or attribute name: dnsAddresses?: Array\<string>;|@ohos.net.vpn.d.ts|
225|Added|NA|Class name: VpnConfig;<br>Method or attribute name: searchDomains?: Array\<string>;|@ohos.net.vpn.d.ts|
226|Added|NA|Class name: VpnConfig;<br>Method or attribute name: mtu?: number;|@ohos.net.vpn.d.ts|
227|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isIPv4Accepted?: boolean;|@ohos.net.vpn.d.ts|
228|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isIPv6Accepted?: boolean;|@ohos.net.vpn.d.ts|
229|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isLegacy?: boolean;|@ohos.net.vpn.d.ts|
230|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isBlocking?: boolean;|@ohos.net.vpn.d.ts|
231|Added|NA|Class name: VpnConfig;<br>Method or attribute name: trustedApplications?: Array\<string>;|@ohos.net.vpn.d.ts|
232|Added|NA|Class name: VpnConfig;<br>Method or attribute name: blockedApplications?: Array\<string>;|@ohos.net.vpn.d.ts|
233|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;|@ohos.wifiManager.d.ts|
234|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;|@ohos.wifiManager.d.ts|
235|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts|
236|Added|NA|Class name: wifiManager;<br>Method or attribute name: function setScanAlwaysAllowed(isScanAlwaysAllowed: boolean): void;|@ohos.wifiManager.d.ts|
237|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanAlwaysAllowed(): boolean;|@ohos.wifiManager.d.ts|
238|Added|NA|Class name: wifiManager;<br>Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
239|Added|NA|Class name: wifiManager;<br>Method or attribute name: function disableNetwork(netId: number): void;|@ohos.wifiManager.d.ts|
240|Added|NA|Class name: wifiManager;<br>Method or attribute name: function removeAllNetwork(): void;|@ohos.wifiManager.d.ts|
241|Added|NA|Class name: wifiManager;<br>Method or attribute name: function removeDevice(id: number): void;|@ohos.wifiManager.d.ts|
242|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getDisconnectedReason(): DisconnectedReason;|@ohos.wifiManager.d.ts|
243|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getStations(): Array\<StationInfo>;|@ohos.wifiManager.d.ts|
244|Added|NA|Class name: wifiManager;<br>Method or attribute name: function createGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
245|Added|NA|Class name: wifiManager;<br>Method or attribute name: function removeGroup(): void;|@ohos.wifiManager.d.ts|
246|Added|NA|Class name: wifiManager;<br>Method or attribute name: function startDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
247|Added|NA|Class name: wifiManager;<br>Method or attribute name: function stopDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
248|Added|NA|Class name: wifiManager;<br>Method or attribute name: function deletePersistentGroup(netId: number): void;|@ohos.wifiManager.d.ts|
249|Added|NA|Class name: wifiManager;<br>Method or attribute name: function setDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
250|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_DEFAULT = 0|@ohos.wifiManager.d.ts|
251|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_WRONG_PWD = 1|@ohos.wifiManager.d.ts|
252|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_CONNECTION_FULL = 2|@ohos.wifiManager.d.ts|
253|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_NONE = 0|@ohos.wifiManager.d.ts|
254|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_AUTO = 1|@ohos.wifiManager.d.ts|
255|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_MANUAL = 2|@ohos.wifiManager.d.ts|
256|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: proxyMethod?: ProxyMethod;|@ohos.wifiManager.d.ts|
257|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: pacWebAddress?: string;|@ohos.wifiManager.d.ts|
258|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: serverHostName?: string;|@ohos.wifiManager.d.ts|
259|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: serverPort?: number;|@ohos.wifiManager.d.ts|
260|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: exclusionObjects?: string;|@ohos.wifiManager.d.ts|
261|Added|NA|Class name: WifiDeviceConfig;<br>Method or attribute name: proxyConfig?: WifiProxyConfig;|@ohos.wifiManager.d.ts|
262|Added|NA|Class name: HotspotConfig;<br>Method or attribute name: ipAddress?: string;|@ohos.wifiManager.d.ts|
263|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: 201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts|
264|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: 201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts|
265|Error code added|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: 201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts|
266|Error code added|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: 201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts|
267|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: 201,401,801,2900099|@ohos.bluetoothManager.d.ts|
268|Error code added|Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
269|Error code added|Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
270|Error code added|Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
271|Error code added|Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
272|Error code added|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
273|Error code added|Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
274|Error code added|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
275|Error code added|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
276|Error code added|Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
277|Error code added|Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
278|Error code added|Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
279|Error code added|Class name: NetHandle;<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>New version information: 401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
280|Error code added|Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
281|Error code added|Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
282|Error code added|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
283|Error code added|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts|
284|Error code added|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
285|Error code added|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: 201,202,2200002,2200003|@ohos.net.ethernet.d.ts|
286|Error code added|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: 401,201,2300001,2300003,2300005,2300006,2300007,2300008,2300009,2300016,2300018,2300023,2300025,2300026,2300027,2300028,2300047,2300052,2300055,2300056,2300058,2300059,2300060,2300061,2300063,2300070,2300073,2300077,2300078,2300094,2300999|@ohos.net.http.d.ts|
287|Error code added|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>New version information: 401,201,2300001,2300003,2300005,2300006,2300007,2300008,2300009,2300016,2300018,2300023,2300025,2300026,2300027,2300028,2300047,2300052,2300055,2300056,2300058,2300059,2300060,2300061,2300063,2300070,2300073,2300077,2300078,2300094,2300999|@ohos.net.http.d.ts|
288|Error code added|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
289|Error code added|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
290|Error code added|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts|
291|Error code added|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts|
292|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
293|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
294|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
295|Error code added|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
296|Error code added|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
297|Error code added|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
298|Error code added|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
299|Error code added|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
300|Error code added|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201,2303198,2300002|@ohos.net.socket.d.ts|
301|Error code added|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
302|Error code added|Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 201|@ohos.net.socket.d.ts|
303|Error code added|Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 201|@ohos.net.socket.d.ts|
304|Error code added|Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 401,2303501,2303505,2303506,2300002|@ohos.net.socket.d.ts|
305|Error code added|Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 201|@ohos.net.socket.d.ts|
306|Error code added|Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 201|@ohos.net.socket.d.ts|
307|Error code added|Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 2303188,2300002|@ohos.net.socket.d.ts|
308|Error code added|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
309|Error code added|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
310|Error code added|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
311|Error code added|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: 201|@ohos.net.socket.d.ts|
312|Error code added|Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: 2303188,2300002|@ohos.net.socket.d.ts|
313|Error code added|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
314|Error code added|Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: 401,2303188,2300002|@ohos.net.socket.d.ts|
315|Error code added|Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>New version information: 2303501,2303504,2300002|@ohos.net.socket.d.ts|
316|Error code added|Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>New version information: 2303501,2300002|@ohos.net.socket.d.ts|
317|Error code added|Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>New version information: 2303501,2303505,2300002|@ohos.net.socket.d.ts|
318|Error code added|Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>New version information: 2303501,2303502,2303505,2300002|@ohos.net.socket.d.ts|
319|Error code added|Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>New version information: 2303501,2300002|@ohos.net.socket.d.ts|
320|Error code added|Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>New version information: 401,2303104,2303109,2303111,2303188,2303191,2303198,2303199,2303210,2303501,2303502,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts|
321|Error code added|Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>New version information: 401,2303501,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts|
322|Error code added|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
323|Error code added|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
324|Error code added|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
325|Error code added|Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
326|Error code added|Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
327|Error code added|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,801,2501000|@ohos.wifiManager.d.ts|
328|Error code added|Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: 201,401,801,2501000|@ohos.wifiManager.d.ts|
329|Error code added|Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,801,2501000|@ohos.wifiManager.d.ts|
330|Error code added|Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: 201,202,801,2501000,2501001|@ohos.wifiManager.d.ts|
331|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
332|Error code added|Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
333|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
334|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
335|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: 201,202,801,2801000|@ohos.wifiManager.d.ts|
336|Error code changed|Class name: connection;<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
337|Error code changed|Class name: connection;<br>Method or attribute name: function getDefaultNetSync(): NetHandle;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getDefaultNetSync(): NetHandle;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
338|Error code changed|Class name: connection;<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
339|Error code changed|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
340|Error code changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
341|Error code changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
342|Error code changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
343|Error code changed|Class name: connection;<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>New version information: 401,2100002,2100003|@ohos.net.connection.d.ts|
344|Error code changed|Class name: connection;<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;<br>New version information: 401,2100002,2100003|@ohos.net.connection.d.ts|
345|Error code changed|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;<br>New version information: 401,202,2100002,2100003|@ohos.net.connection.d.ts|
346|Error code changed|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(): Promise\<HttpProxy>;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(): Promise\<HttpProxy>;<br>New version information: 401,202,2100002,2100003|@ohos.net.connection.d.ts|
347|Error code changed|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2100001,2100002,2100003|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,202,2100001,2100002,2100003|@ohos.net.connection.d.ts|
348|Error code changed|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;<br>Old version information: 201,401,2100001,2100002,2100003|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;<br>New version information: 201,401,202,2100001,2100002,2100003|@ohos.net.connection.d.ts|
349|Error code changed|Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003,2101008,2101022|Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>New version information: 201,401,2100002,2100003,2101008,2101022|@ohos.net.connection.d.ts|
350|Error code changed|Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>Old version information: 2100002,2100003,2101007|Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>New version information: 201,401,2100002,2100003,2101007|@ohos.net.connection.d.ts|
351|Error code changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201005|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
352|Error code changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts|
353|Error code changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201005|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
354|Error code changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,2200002,2200003|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,2200002,2200003|@ohos.net.ethernet.d.ts|
355|Error code changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2200002,2200003,2202011|Class name: sharing;<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
356|Error code changed|Class name: sharing;<br>Method or attribute name: function isSharing(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2200002,2200003,2202011|Class name: sharing;<br>Method or attribute name: function isSharing(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
357|Error code changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts|
358|Error code changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts|
359|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
360|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
361|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
362|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
363|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
364|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
365|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
366|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
367|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
368|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
369|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
370|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
371|Access level changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: systemapi|@ohos.net.connection.d.ts|
372|Access level changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: systemapi|@ohos.net.connection.d.ts|
373|Access level changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
374|Access level changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
375|Access level changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
376|Access level changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
377|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
378|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
379|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
380|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
381|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
382|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
383|Access level changed|Class name: IPSetMode;<br>Method or attribute name: STATIC = 0<br>Old version information: |Class name: IPSetMode;<br>Method or attribute name: STATIC = 0<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
384|Access level changed|Class name: IPSetMode;<br>Method or attribute name: DHCP = 1<br>Old version information: |Class name: IPSetMode;<br>Method or attribute name: DHCP = 1<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
385|Access level changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
386|Access level changed|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
387|Access level changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
388|Access level changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
389|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
390|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
391|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
392|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
393|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
394|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
395|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_SERVING = 1<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_SERVING = 1<br>New version information: systemapi|@ohos.net.sharing.d.ts|
396|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_CAN_SERVER = 2<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_CAN_SERVER = 2<br>New version information: systemapi|@ohos.net.sharing.d.ts|
397|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_ERROR = 3<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_ERROR = 3<br>New version information: systemapi|@ohos.net.sharing.d.ts|
398|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_WIFI = 0<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_WIFI = 0<br>New version information: systemapi|@ohos.net.sharing.d.ts|
399|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_USB = 1<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_USB = 1<br>New version information: systemapi|@ohos.net.sharing.d.ts|
400|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_BLUETOOTH = 2<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_BLUETOOTH = 2<br>New version information: systemapi|@ohos.net.sharing.d.ts|
401|Access level changed|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
402|Access level changed|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
403|Access level changed|Class name: EapMethod;<br>Method or attribute name: enum EapMethod<br>Old version information: systemapi|Class name: EapMethod;<br>Method or attribute name: enum EapMethod<br>New version information: |@ohos.wifiManager.d.ts|
404|Access level changed|Class name: Phase2Method;<br>Method or attribute name: enum Phase2Method<br>Old version information: systemapi|Class name: Phase2Method;<br>Method or attribute name: enum Phase2Method<br>New version information: |@ohos.wifiManager.d.ts|
405|Access level changed|Class name: WifiEapConfig;<br>Method or attribute name: interface WifiEapConfig<br>Old version information: systemapi|Class name: WifiEapConfig;<br>Method or attribute name: interface WifiEapConfig<br>New version information: |@ohos.wifiManager.d.ts|
406|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: creatorUid?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: creatorUid?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
407|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: disableReason?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: disableReason?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
408|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: netId?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: netId?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
409|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacType?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacType?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
410|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacAddr?: string;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacAddr?: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
411|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: ipType?: IpType;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: ipType?: IpType;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
412|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: staticIp?: IpConfig;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: staticIp?: IpConfig;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
413|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>Old version information: systemapi|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>New version information: |@ohos.wifiManager.d.ts|
414|Access level changed|Class name: IpConfig;<br>Method or attribute name: ipAddress: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: ipAddress: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
415|Access level changed|Class name: IpConfig;<br>Method or attribute name: gateway: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: gateway: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
416|Access level changed|Class name: IpConfig;<br>Method or attribute name: prefixLength: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: prefixLength: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
417|Access level changed|Class name: IpConfig;<br>Method or attribute name: dnsServers: number[];<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: dnsServers: number[];<br>New version information: systemapi|@ohos.wifiManager.d.ts|
418|Access level changed|Class name: IpConfig;<br>Method or attribute name: domains: Array\<string>;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: domains: Array\<string>;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
419|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: networkId: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: networkId: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
420|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: chload: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: chload: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
421|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: snr: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: snr: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
422|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: suppState: SuppState;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: suppState: SuppState;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
423|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
424|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
425|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
426|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: channel?: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: channel?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
427|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
428|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
429|Access level changed|Class name: StationInfo;<br>Method or attribute name: name: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: name: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
430|Access level changed|Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
431|Access level changed|Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
432|Access level changed|Class name: IpType;<br>Method or attribute name: STATIC<br>Old version information: |Class name: IpType;<br>Method or attribute name: STATIC<br>New version information: systemapi|@ohos.wifiManager.d.ts|
433|Access level changed|Class name: IpType;<br>Method or attribute name: DHCP<br>Old version information: |Class name: IpType;<br>Method or attribute name: DHCP<br>New version information: systemapi|@ohos.wifiManager.d.ts|
434|Access level changed|Class name: IpType;<br>Method or attribute name: UNKNOWN<br>Old version information: |Class name: IpType;<br>Method or attribute name: UNKNOWN<br>New version information: systemapi|@ohos.wifiManager.d.ts|
435|Access level changed|Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
436|Access level changed|Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
437|Access level changed|Class name: SuppState;<br>Method or attribute name: INACTIVE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INACTIVE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
438|Access level changed|Class name: SuppState;<br>Method or attribute name: SCANNING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: SCANNING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
439|Access level changed|Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
440|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
441|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
442|Access level changed|Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
443|Access level changed|Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
444|Access level changed|Class name: SuppState;<br>Method or attribute name: COMPLETED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: COMPLETED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
445|Access level changed|Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
446|Access level changed|Class name: SuppState;<br>Method or attribute name: INVALID<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INVALID<br>New version information: systemapi|@ohos.wifiManager.d.ts|
447|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
448|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
449|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
450|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
451|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
452|Permission changed|Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
453|Permission changed|Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
454|Permission changed|Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
455|Permission changed|Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
456|Permission changed|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
457|Permission changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
458|Permission changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
459|Permission changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
460|Permission changed|Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>New version information: ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts|
461|Permission changed|Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>New version information: ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts|
462|Permission changed|Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
463|Permission changed|Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
464|Permission changed|Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
465|Permission changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
466|Permission changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.ethernet.d.ts|
467|Permission changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
468|Permission changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
469|Permission changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.http.d.ts|
470|Permission changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>New version information: ohos.permission.INTERNET|@ohos.net.http.d.ts|
471|Permission changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
472|Permission changed|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
473|Permission changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
474|Permission changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
475|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
476|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
477|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
478|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
479|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
480|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
481|Permission changed|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
482|Permission changed|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
483|Permission changed|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
484|Permission changed|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
485|Permission changed|Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
486|Permission changed|Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
487|Permission changed|Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
488|Permission changed|Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
489|Permission changed|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
490|Permission changed|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
491|Permission changed|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
492|Permission changed|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
493|Permission changed|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
494|Permission changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
495|Permission changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
496|Permission changed|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
497|Permission changed|Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
498|Permission changed|Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
499|Permission changed|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
500|Permission changed|Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts|
501|Permission changed|Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts|
502|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
503|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
504|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
505|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
506|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
507|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
508|Type changed|Class name: NetSpecifier;<br>Method or attribute name: netCapabilities: NetCapabilities;<br>Old version information: |Class name: NetSpecifier;<br>Method or attribute name: netCapabilities: NetCapabilities;<br>New version information: NetCapabilities|@ohos.net.connection.d.ts|
509|Type changed|Class name: NetSpecifier;<br>Method or attribute name: bearerPrivateIdentifier?: string;<br>Old version information: |Class name: NetSpecifier;<br>Method or attribute name: bearerPrivateIdentifier?: string;<br>New version information: ?string|@ohos.net.connection.d.ts|
510|Type changed|Class name: NetHandle;<br>Method or attribute name: netId: number;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: netId: number;<br>New version information: number|@ohos.net.connection.d.ts|
511|Type changed|Class name: NetCapabilities;<br>Method or attribute name: linkUpBandwidthKbps?: number;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: linkUpBandwidthKbps?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
512|Type changed|Class name: NetCapabilities;<br>Method or attribute name: linkDownBandwidthKbps?: number;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: linkDownBandwidthKbps?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
513|Type changed|Class name: NetCapabilities;<br>Method or attribute name: networkCap?: Array\<NetCap>;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: networkCap?: Array\<NetCap>;<br>New version information: ?Array\<NetCap>|@ohos.net.connection.d.ts|
514|Type changed|Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>New version information: Array\<NetBearType>|@ohos.net.connection.d.ts|
515|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: interfaceName: string;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: interfaceName: string;<br>New version information: string|@ohos.net.connection.d.ts|
516|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: domains: string;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: domains: string;<br>New version information: string|@ohos.net.connection.d.ts|
517|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: linkAddresses: Array\<LinkAddress>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: linkAddresses: Array\<LinkAddress>;<br>New version information: Array\<LinkAddress>|@ohos.net.connection.d.ts|
518|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: dnses: Array\<NetAddress>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: dnses: Array\<NetAddress>;<br>New version information: Array\<NetAddress>|@ohos.net.connection.d.ts|
519|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: routes: Array\<RouteInfo>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: routes: Array\<RouteInfo>;<br>New version information: Array\<RouteInfo>|@ohos.net.connection.d.ts|
520|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: mtu: number;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: mtu: number;<br>New version information: number|@ohos.net.connection.d.ts|
521|Type changed|Class name: RouteInfo;<br>Method or attribute name: interface: string;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: interface: string;<br>New version information: string|@ohos.net.connection.d.ts|
522|Type changed|Class name: RouteInfo;<br>Method or attribute name: destination: LinkAddress;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: destination: LinkAddress;<br>New version information: LinkAddress|@ohos.net.connection.d.ts|
523|Type changed|Class name: RouteInfo;<br>Method or attribute name: gateway: NetAddress;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: gateway: NetAddress;<br>New version information: NetAddress|@ohos.net.connection.d.ts|
524|Type changed|Class name: RouteInfo;<br>Method or attribute name: hasGateway: boolean;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: hasGateway: boolean;<br>New version information: boolean|@ohos.net.connection.d.ts|
525|Type changed|Class name: RouteInfo;<br>Method or attribute name: isDefaultRoute: boolean;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: isDefaultRoute: boolean;<br>New version information: boolean|@ohos.net.connection.d.ts|
526|Type changed|Class name: LinkAddress;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: LinkAddress;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.connection.d.ts|
527|Type changed|Class name: LinkAddress;<br>Method or attribute name: prefixLength: number;<br>Old version information: |Class name: LinkAddress;<br>Method or attribute name: prefixLength: number;<br>New version information: number|@ohos.net.connection.d.ts|
528|Type changed|Class name: NetAddress;<br>Method or attribute name: address: string;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: address: string;<br>New version information: string|@ohos.net.connection.d.ts|
529|Type changed|Class name: NetAddress;<br>Method or attribute name: family?: number;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: family?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
530|Type changed|Class name: NetAddress;<br>Method or attribute name: port?: number;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: port?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
531|Type changed|Class name: HttpProxy;<br>Method or attribute name: host: string;<br>Old version information: |Class name: HttpProxy;<br>Method or attribute name: host: string;<br>New version information: string|@ohos.net.connection.d.ts|
532|Type changed|Class name: HttpProxy;<br>Method or attribute name: port: number;<br>Old version information: |Class name: HttpProxy;<br>Method or attribute name: port: number;<br>New version information: number|@ohos.net.connection.d.ts|
533|Type changed|Class name: HttpProxy;<br>Method or attribute name: exclusionList: Array\<string>;<br>Old version information: |Class name: HttpProxy;<br>Method or attribute name: exclusionList: Array\<string>;<br>New version information: Array\<string>|@ohos.net.connection.d.ts|
534|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>New version information: IPSetMode|@ohos.net.ethernet.d.ts|
535|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
536|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
537|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
538|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
539|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
540|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>New version information: ?RequestMethod|@ohos.net.http.d.ts|
541|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>New version information: ?string \| Object \| ArrayBuffer|@ohos.net.http.d.ts|
542|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>New version information: ?HttpDataType|@ohos.net.http.d.ts|
543|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>New version information: ?boolean|@ohos.net.http.d.ts|
544|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
545|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: ?Object|@ohos.net.http.d.ts|
546|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
547|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
548|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>New version information: ?HttpProtocol|@ohos.net.http.d.ts|
549|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingProxy?: boolean \| HttpProxy;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingProxy?: boolean \| HttpProxy;<br>New version information: ?boolean \| HttpProxy|@ohos.net.http.d.ts|
550|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: caPath?: string;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: caPath?: string;<br>New version information: ?string|@ohos.net.http.d.ts|
551|Type changed|Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>New version information: string \| Object \| ArrayBuffer|@ohos.net.http.d.ts|
552|Type changed|Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>New version information: HttpDataType|@ohos.net.http.d.ts|
553|Type changed|Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>New version information: ResponseCode \| number|@ohos.net.http.d.ts|
554|Type changed|Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>New version information: Object|@ohos.net.http.d.ts|
555|Type changed|Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>New version information: string|@ohos.net.http.d.ts|
556|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: serviceType: string;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: serviceType: string;<br>New version information: string|@ohos.net.mdns.d.ts|
557|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: serviceName: string;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: serviceName: string;<br>New version information: string|@ohos.net.mdns.d.ts|
558|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: port?: number;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: port?: number;<br>New version information: ?number|@ohos.net.mdns.d.ts|
559|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: host?: NetAddress;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: host?: NetAddress;<br>New version information: ?NetAddress|@ohos.net.mdns.d.ts|
560|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: serviceAttribute?: Array\<ServiceAttribute>;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: serviceAttribute?: Array\<ServiceAttribute>;<br>New version information: ?Array\<ServiceAttribute>|@ohos.net.mdns.d.ts|
561|Type changed|Class name: ServiceAttribute;<br>Method or attribute name: key: string;<br>Old version information: |Class name: ServiceAttribute;<br>Method or attribute name: key: string;<br>New version information: string|@ohos.net.mdns.d.ts|
562|Type changed|Class name: ServiceAttribute;<br>Method or attribute name: value: Array\<number>;<br>Old version information: |Class name: ServiceAttribute;<br>Method or attribute name: value: Array\<number>;<br>New version information: Array\<number>|@ohos.net.mdns.d.ts|
563|Type changed|Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: string \| ArrayBuffer|@ohos.net.socket.d.ts|
564|Type changed|Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: string \| ArrayBuffer|@ohos.net.socket.d.ts|
565|Type changed|Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
566|Type changed|Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
567|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
568|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
569|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
570|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
571|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
572|Type changed|Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>Old version information: |Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
573|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
574|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
575|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
576|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>New version information: string|@ohos.net.socket.d.ts|
577|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>New version information: 'IPv4' \| 'IPv6'|@ohos.net.socket.d.ts|
578|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>New version information: number|@ohos.net.socket.d.ts|
579|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>New version information: number|@ohos.net.socket.d.ts|
580|Type changed|Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
581|Type changed|Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
582|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
583|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
584|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
585|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>New version information: ?object|@ohos.net.socket.d.ts|
586|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>New version information: string \| Array\<string>|@ohos.net.socket.d.ts|
587|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
588|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
589|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
590|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>New version information: ?Protocol \| Array\<Protocol>|@ohos.net.socket.d.ts|
591|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
592|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
593|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
594|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>New version information: TLSSecureOptions|@ohos.net.socket.d.ts|
595|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.net.socket.d.ts|
596|Type changed|Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: ?Object|@ohos.net.webSocket.d.ts|
597|Type changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>New version information: ?number|@ohos.net.webSocket.d.ts|
598|Type changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>New version information: ?string|@ohos.net.webSocket.d.ts|
599|Type changed|Class name: WifiEapConfig;<br>Method or attribute name: caCertAliases: string;<br>Old version information: |Class name: WifiEapConfig;<br>Method or attribute name: caCertAliases: string;<br>New version information: string|@ohos.wifiManager.d.ts|
600|Type changed|Class name: WifiEapConfig;<br>Method or attribute name: clientCertAliases: string;<br>Old version information: |Class name: WifiEapConfig;<br>Method or attribute name: clientCertAliases: string;<br>New version information: string|@ohos.wifiManager.d.ts|
601|Type changed|Class name: WifiEapConfig;<br>Method or attribute name: eapSubId: number;<br>Old version information: |Class name: WifiEapConfig;<br>Method or attribute name: eapSubId: number;<br>New version information: number|@ohos.wifiManager.d.ts|
602|Type changed|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>New version information: ?WifiEapConfig|@ohos.wifiManager.d.ts|
603|Type changed|Class name: NetworkResponse;<br>Method or attribute name: type: string;<br>Old version information: |Class name: NetworkResponse;<br>Method or attribute name: type: string;<br>New version information: string|@system.network.d.ts|
604|Type changed|Class name: NetworkResponse;<br>Method or attribute name: metered: boolean;<br>Old version information: |Class name: NetworkResponse;<br>Method or attribute name: metered: boolean;<br>New version information: boolean|@system.network.d.ts|
605|Function changed|Class name: HotspotConfig;<br>Method or attribute name: channel: number;|Class name: HotspotConfig;<br>Method or attribute name: channel?: number;|@ohos.wifiManager.d.ts|
606