• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager|@ohos.bluetoothManager.d.ts|
4|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getState(): BluetoothState;|@ohos.bluetoothManager.d.ts|
5|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getBtConnectionState(): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
6|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function pairDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
7|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function cancelPairedDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
8|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetoothManager.d.ts|
9|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetoothManager.d.ts|
10|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function enableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
11|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function disableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
12|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getLocalName(): string;|@ohos.bluetoothManager.d.ts|
13|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getPairedDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
14|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
15|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function setDevicePairingConfirmation(device: string, accept: boolean): void;|@ohos.bluetoothManager.d.ts|
16|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function setLocalName(name: string): void;|@ohos.bluetoothManager.d.ts|
17|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetoothManager.d.ts|
18|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getBluetoothScanMode(): ScanMode;|@ohos.bluetoothManager.d.ts|
19|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function startBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
20|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function stopBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
21|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;|@ohos.bluetoothManager.d.ts|
22|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;|@ohos.bluetoothManager.d.ts|
23|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;|@ohos.bluetoothManager.d.ts|
24|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;|@ohos.bluetoothManager.d.ts|
25|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;|@ohos.bluetoothManager.d.ts|
26|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;|@ohos.bluetoothManager.d.ts|
27|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function on(type: "stateChange", callback: Callback\<BluetoothState>): void;|@ohos.bluetoothManager.d.ts|
28|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;|@ohos.bluetoothManager.d.ts|
29|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
30|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
31|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
32|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function sppCloseServerSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
33|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function sppCloseClientSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
34|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetoothManager.d.ts|
35|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;|@ohos.bluetoothManager.d.ts|
36|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;|@ohos.bluetoothManager.d.ts|
37|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|@ohos.bluetoothManager.d.ts|
38|新增|NA|模块名: ohos.bluetoothManager<br>类名: BaseProfile|@ohos.bluetoothManager.d.ts|
39|新增|NA|模块名: ohos.bluetoothManager<br>类名: BaseProfile<br>方法 or 属性: getConnectionDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
40|新增|NA|模块名: ohos.bluetoothManager<br>类名: BaseProfile<br>方法 or 属性: getDeviceState(device: string): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
41|新增|NA|模块名: ohos.bluetoothManager<br>类名: A2dpSourceProfile|@ohos.bluetoothManager.d.ts|
42|新增|NA|模块名: ohos.bluetoothManager<br>类名: A2dpSourceProfile<br>方法 or 属性: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
43|新增|NA|模块名: ohos.bluetoothManager<br>类名: A2dpSourceProfile<br>方法 or 属性: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
44|新增|NA|模块名: ohos.bluetoothManager<br>类名: A2dpSourceProfile<br>方法 or 属性: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
45|新增|NA|模块名: ohos.bluetoothManager<br>类名: A2dpSourceProfile<br>方法 or 属性: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
46|新增|NA|模块名: ohos.bluetoothManager<br>类名: A2dpSourceProfile<br>方法 or 属性: getPlayingState(device: string): PlayingState;|@ohos.bluetoothManager.d.ts|
47|新增|NA|模块名: ohos.bluetoothManager<br>类名: HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts|
48|新增|NA|模块名: ohos.bluetoothManager<br>类名: HandsFreeAudioGatewayProfile<br>方法 or 属性: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
49|新增|NA|模块名: ohos.bluetoothManager<br>类名: HandsFreeAudioGatewayProfile<br>方法 or 属性: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
50|新增|NA|模块名: ohos.bluetoothManager<br>类名: HandsFreeAudioGatewayProfile<br>方法 or 属性: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
51|新增|NA|模块名: ohos.bluetoothManager<br>类名: HandsFreeAudioGatewayProfile<br>方法 or 属性: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
52|新增|NA|模块名: ohos.bluetoothManager<br>类名: HidHostProfile|@ohos.bluetoothManager.d.ts|
53|新增|NA|模块名: ohos.bluetoothManager<br>类名: HidHostProfile<br>方法 or 属性: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
54|新增|NA|模块名: ohos.bluetoothManager<br>类名: HidHostProfile<br>方法 or 属性: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
55|新增|NA|模块名: ohos.bluetoothManager<br>类名: HidHostProfile<br>方法 or 属性: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
56|新增|NA|模块名: ohos.bluetoothManager<br>类名: HidHostProfile<br>方法 or 属性: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
57|新增|NA|模块名: ohos.bluetoothManager<br>类名: PanProfile|@ohos.bluetoothManager.d.ts|
58|新增|NA|模块名: ohos.bluetoothManager<br>类名: PanProfile<br>方法 or 属性: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
59|新增|NA|模块名: ohos.bluetoothManager<br>类名: PanProfile<br>方法 or 属性: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
60|新增|NA|模块名: ohos.bluetoothManager<br>类名: PanProfile<br>方法 or 属性: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
61|新增|NA|模块名: ohos.bluetoothManager<br>类名: PanProfile<br>方法 or 属性: setTethering(enable: boolean): void;|@ohos.bluetoothManager.d.ts|
62|新增|NA|模块名: ohos.bluetoothManager<br>类名: PanProfile<br>方法 or 属性: isTetheringOn(): boolean;|@ohos.bluetoothManager.d.ts|
63|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE|@ohos.bluetoothManager.d.ts|
64|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function createGattServer(): GattServer;|@ohos.bluetoothManager.d.ts|
65|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetoothManager.d.ts|
66|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function getConnectedBLEDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
67|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;|@ohos.bluetoothManager.d.ts|
68|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function stopBLEScan(): void;|@ohos.bluetoothManager.d.ts|
69|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;|@ohos.bluetoothManager.d.ts|
70|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;|@ohos.bluetoothManager.d.ts|
71|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer|@ohos.bluetoothManager.d.ts|
72|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetoothManager.d.ts|
73|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: stopAdvertising(): void;|@ohos.bluetoothManager.d.ts|
74|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: addService(service: GattService): void;|@ohos.bluetoothManager.d.ts|
75|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: removeService(serviceUuid: string): void;|@ohos.bluetoothManager.d.ts|
76|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: close(): void;|@ohos.bluetoothManager.d.ts|
77|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;|@ohos.bluetoothManager.d.ts|
78|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetoothManager.d.ts|
79|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "characteristicRead", callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
80|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "characteristicRead", callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
81|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
82|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
83|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "descriptorRead", callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
84|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "descriptorRead", callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
85|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "descriptorWrite", callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
86|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
87|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
88|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
89|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice|@ohos.bluetoothManager.d.ts|
90|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: connect(): void;|@ohos.bluetoothManager.d.ts|
91|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: disconnect(): void;|@ohos.bluetoothManager.d.ts|
92|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: close(): void;|@ohos.bluetoothManager.d.ts|
93|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: getDeviceName(callback: AsyncCallback\<string>): void;|@ohos.bluetoothManager.d.ts|
94|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: getDeviceName(): Promise\<string>;|@ohos.bluetoothManager.d.ts|
95|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: getServices(callback: AsyncCallback\<Array\<GattService>>): void;|@ohos.bluetoothManager.d.ts|
96|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: getServices(): Promise\<Array\<GattService>>;|@ohos.bluetoothManager.d.ts|
97|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
98|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;|@ohos.bluetoothManager.d.ts|
99|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;|@ohos.bluetoothManager.d.ts|
100|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;|@ohos.bluetoothManager.d.ts|
101|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: writeCharacteristicValue(characteristic: BLECharacteristic): void;|@ohos.bluetoothManager.d.ts|
102|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: writeDescriptorValue(descriptor: BLEDescriptor): void;|@ohos.bluetoothManager.d.ts|
103|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: getRssiValue(callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
104|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: getRssiValue(): Promise\<number>;|@ohos.bluetoothManager.d.ts|
105|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: setBLEMtuSize(mtu: number): void;|@ohos.bluetoothManager.d.ts|
106|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;|@ohos.bluetoothManager.d.ts|
107|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
108|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
109|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
110|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattClientDevice<br>方法 or 属性: off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
111|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattService|@ohos.bluetoothManager.d.ts|
112|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattService<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
113|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattService<br>方法 or 属性: isPrimary: boolean;|@ohos.bluetoothManager.d.ts|
114|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattService<br>方法 or 属性: characteristics: Array\<BLECharacteristic>;|@ohos.bluetoothManager.d.ts|
115|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattService<br>方法 or 属性: includeServices?: Array\<GattService>;|@ohos.bluetoothManager.d.ts|
116|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLECharacteristic|@ohos.bluetoothManager.d.ts|
117|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLECharacteristic<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
118|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLECharacteristic<br>方法 or 属性: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
119|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLECharacteristic<br>方法 or 属性: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
120|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLECharacteristic<br>方法 or 属性: descriptors: Array\<BLEDescriptor>;|@ohos.bluetoothManager.d.ts|
121|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEDescriptor|@ohos.bluetoothManager.d.ts|
122|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEDescriptor<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
123|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEDescriptor<br>方法 or 属性: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
124|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEDescriptor<br>方法 or 属性: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
125|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEDescriptor<br>方法 or 属性: descriptorValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
126|新增|NA|模块名: ohos.bluetoothManager<br>类名: NotifyCharacteristic|@ohos.bluetoothManager.d.ts|
127|新增|NA|模块名: ohos.bluetoothManager<br>类名: NotifyCharacteristic<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
128|新增|NA|模块名: ohos.bluetoothManager<br>类名: NotifyCharacteristic<br>方法 or 属性: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
129|新增|NA|模块名: ohos.bluetoothManager<br>类名: NotifyCharacteristic<br>方法 or 属性: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
130|新增|NA|模块名: ohos.bluetoothManager<br>类名: NotifyCharacteristic<br>方法 or 属性: confirm: boolean;|@ohos.bluetoothManager.d.ts|
131|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicReadRequest|@ohos.bluetoothManager.d.ts|
132|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicReadRequest<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
133|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicReadRequest<br>方法 or 属性: transId: number;|@ohos.bluetoothManager.d.ts|
134|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicReadRequest<br>方法 or 属性: offset: number;|@ohos.bluetoothManager.d.ts|
135|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicReadRequest<br>方法 or 属性: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
136|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicReadRequest<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
137|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts|
138|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
139|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: transId: number;|@ohos.bluetoothManager.d.ts|
140|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: offset: number;|@ohos.bluetoothManager.d.ts|
141|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
142|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
143|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
144|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
145|新增|NA|模块名: ohos.bluetoothManager<br>类名: CharacteristicWriteRequest<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
146|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorReadRequest|@ohos.bluetoothManager.d.ts|
147|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorReadRequest<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
148|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorReadRequest<br>方法 or 属性: transId: number;|@ohos.bluetoothManager.d.ts|
149|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorReadRequest<br>方法 or 属性: offset: number;|@ohos.bluetoothManager.d.ts|
150|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorReadRequest<br>方法 or 属性: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
151|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorReadRequest<br>方法 or 属性: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
152|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorReadRequest<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
153|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest|@ohos.bluetoothManager.d.ts|
154|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
155|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: transId: number;|@ohos.bluetoothManager.d.ts|
156|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: offset: number;|@ohos.bluetoothManager.d.ts|
157|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
158|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
159|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
160|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
161|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
162|新增|NA|模块名: ohos.bluetoothManager<br>类名: DescriptorWriteRequest<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
163|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServerResponse|@ohos.bluetoothManager.d.ts|
164|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServerResponse<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
165|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServerResponse<br>方法 or 属性: transId: number;|@ohos.bluetoothManager.d.ts|
166|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServerResponse<br>方法 or 属性: status: number;|@ohos.bluetoothManager.d.ts|
167|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServerResponse<br>方法 or 属性: offset: number;|@ohos.bluetoothManager.d.ts|
168|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServerResponse<br>方法 or 属性: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
169|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEConnectChangedState|@ohos.bluetoothManager.d.ts|
170|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEConnectChangedState<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
171|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLEConnectChangedState<br>方法 or 属性: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
172|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanResult|@ohos.bluetoothManager.d.ts|
173|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanResult<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
174|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanResult<br>方法 or 属性: rssi: number;|@ohos.bluetoothManager.d.ts|
175|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanResult<br>方法 or 属性: data: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
176|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseSetting|@ohos.bluetoothManager.d.ts|
177|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseSetting<br>方法 or 属性: interval?: number;|@ohos.bluetoothManager.d.ts|
178|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseSetting<br>方法 or 属性: txPower?: number;|@ohos.bluetoothManager.d.ts|
179|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseSetting<br>方法 or 属性: connectable?: boolean;|@ohos.bluetoothManager.d.ts|
180|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseData|@ohos.bluetoothManager.d.ts|
181|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseData<br>方法 or 属性: serviceUuids: Array\<string>;|@ohos.bluetoothManager.d.ts|
182|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseData<br>方法 or 属性: manufactureData: Array\<ManufactureData>;|@ohos.bluetoothManager.d.ts|
183|新增|NA|模块名: ohos.bluetoothManager<br>类名: AdvertiseData<br>方法 or 属性: serviceData: Array\<ServiceData>;|@ohos.bluetoothManager.d.ts|
184|新增|NA|模块名: ohos.bluetoothManager<br>类名: ManufactureData|@ohos.bluetoothManager.d.ts|
185|新增|NA|模块名: ohos.bluetoothManager<br>类名: ManufactureData<br>方法 or 属性: manufactureId: number;|@ohos.bluetoothManager.d.ts|
186|新增|NA|模块名: ohos.bluetoothManager<br>类名: ManufactureData<br>方法 or 属性: manufactureValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
187|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServiceData|@ohos.bluetoothManager.d.ts|
188|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServiceData<br>方法 or 属性: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
189|新增|NA|模块名: ohos.bluetoothManager<br>类名: ServiceData<br>方法 or 属性: serviceValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
190|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter|@ohos.bluetoothManager.d.ts|
191|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: deviceId?: string;|@ohos.bluetoothManager.d.ts|
192|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: name?: string;|@ohos.bluetoothManager.d.ts|
193|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: serviceUuid?: string;|@ohos.bluetoothManager.d.ts|
194|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: serviceUuidMask?: string;|@ohos.bluetoothManager.d.ts|
195|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: serviceSolicitationUuid?: string;|@ohos.bluetoothManager.d.ts|
196|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: serviceSolicitationUuidMask?: string;|@ohos.bluetoothManager.d.ts|
197|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: serviceData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
198|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: serviceDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
199|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: manufactureId?: number;|@ohos.bluetoothManager.d.ts|
200|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: manufactureData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
201|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanFilter<br>方法 or 属性: manufactureDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
202|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanOptions|@ohos.bluetoothManager.d.ts|
203|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanOptions<br>方法 or 属性: interval?: number;|@ohos.bluetoothManager.d.ts|
204|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanOptions<br>方法 or 属性: dutyMode?: ScanDuty;|@ohos.bluetoothManager.d.ts|
205|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanOptions<br>方法 or 属性: matchMode?: MatchMode;|@ohos.bluetoothManager.d.ts|
206|新增|NA|模块名: ohos.bluetoothManager<br>类名: SppOption|@ohos.bluetoothManager.d.ts|
207|新增|NA|模块名: ohos.bluetoothManager<br>类名: SppOption<br>方法 or 属性: uuid: string;|@ohos.bluetoothManager.d.ts|
208|新增|NA|模块名: ohos.bluetoothManager<br>类名: SppOption<br>方法 or 属性: secure: boolean;|@ohos.bluetoothManager.d.ts|
209|新增|NA|模块名: ohos.bluetoothManager<br>类名: SppOption<br>方法 or 属性: type: SppType;|@ohos.bluetoothManager.d.ts|
210|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinRequiredParam|@ohos.bluetoothManager.d.ts|
211|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinRequiredParam<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
212|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinRequiredParam<br>方法 or 属性: pinCode: string;|@ohos.bluetoothManager.d.ts|
213|新增|NA|模块名: ohos.bluetoothManager<br>类名: DeviceClass|@ohos.bluetoothManager.d.ts|
214|新增|NA|模块名: ohos.bluetoothManager<br>类名: DeviceClass<br>方法 or 属性: majorClass: MajorClass;|@ohos.bluetoothManager.d.ts|
215|新增|NA|模块名: ohos.bluetoothManager<br>类名: DeviceClass<br>方法 or 属性: majorMinorClass: MajorMinorClass;|@ohos.bluetoothManager.d.ts|
216|新增|NA|模块名: ohos.bluetoothManager<br>类名: DeviceClass<br>方法 or 属性: classOfDevice: number;|@ohos.bluetoothManager.d.ts|
217|新增|NA|模块名: ohos.bluetoothManager<br>类名: BondStateParam|@ohos.bluetoothManager.d.ts|
218|新增|NA|模块名: ohos.bluetoothManager<br>类名: BondStateParam<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
219|新增|NA|模块名: ohos.bluetoothManager<br>类名: BondStateParam<br>方法 or 属性: state: BondState;|@ohos.bluetoothManager.d.ts|
220|新增|NA|模块名: ohos.bluetoothManager<br>类名: StateChangeParam|@ohos.bluetoothManager.d.ts|
221|新增|NA|模块名: ohos.bluetoothManager<br>类名: StateChangeParam<br>方法 or 属性: deviceId: string;|@ohos.bluetoothManager.d.ts|
222|新增|NA|模块名: ohos.bluetoothManager<br>类名: StateChangeParam<br>方法 or 属性: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
223|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanDuty|@ohos.bluetoothManager.d.ts|
224|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanDuty<br>方法 or 属性: SCAN_MODE_LOW_POWER = 0|@ohos.bluetoothManager.d.ts|
225|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanDuty<br>方法 or 属性: SCAN_MODE_BALANCED = 1|@ohos.bluetoothManager.d.ts|
226|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanDuty<br>方法 or 属性: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetoothManager.d.ts|
227|新增|NA|模块名: ohos.bluetoothManager<br>类名: MatchMode|@ohos.bluetoothManager.d.ts|
228|新增|NA|模块名: ohos.bluetoothManager<br>类名: MatchMode<br>方法 or 属性: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetoothManager.d.ts|
229|新增|NA|模块名: ohos.bluetoothManager<br>类名: MatchMode<br>方法 or 属性: MATCH_MODE_STICKY = 2|@ohos.bluetoothManager.d.ts|
230|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileConnectionState|@ohos.bluetoothManager.d.ts|
231|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileConnectionState<br>方法 or 属性: STATE_DISCONNECTED = 0|@ohos.bluetoothManager.d.ts|
232|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileConnectionState<br>方法 or 属性: STATE_CONNECTING = 1|@ohos.bluetoothManager.d.ts|
233|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileConnectionState<br>方法 or 属性: STATE_CONNECTED = 2|@ohos.bluetoothManager.d.ts|
234|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileConnectionState<br>方法 or 属性: STATE_DISCONNECTING = 3|@ohos.bluetoothManager.d.ts|
235|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState|@ohos.bluetoothManager.d.ts|
236|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState<br>方法 or 属性: STATE_OFF = 0|@ohos.bluetoothManager.d.ts|
237|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState<br>方法 or 属性: STATE_TURNING_ON = 1|@ohos.bluetoothManager.d.ts|
238|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState<br>方法 or 属性: STATE_ON = 2|@ohos.bluetoothManager.d.ts|
239|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState<br>方法 or 属性: STATE_TURNING_OFF = 3|@ohos.bluetoothManager.d.ts|
240|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState<br>方法 or 属性: STATE_BLE_TURNING_ON = 4|@ohos.bluetoothManager.d.ts|
241|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState<br>方法 or 属性: STATE_BLE_ON = 5|@ohos.bluetoothManager.d.ts|
242|新增|NA|模块名: ohos.bluetoothManager<br>类名: BluetoothState<br>方法 or 属性: STATE_BLE_TURNING_OFF = 6|@ohos.bluetoothManager.d.ts|
243|新增|NA|模块名: ohos.bluetoothManager<br>类名: SppType|@ohos.bluetoothManager.d.ts|
244|新增|NA|模块名: ohos.bluetoothManager<br>类名: SppType<br>方法 or 属性: SPP_RFCOMM|@ohos.bluetoothManager.d.ts|
245|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanMode|@ohos.bluetoothManager.d.ts|
246|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanMode<br>方法 or 属性: SCAN_MODE_NONE = 0|@ohos.bluetoothManager.d.ts|
247|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanMode<br>方法 or 属性: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetoothManager.d.ts|
248|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanMode<br>方法 or 属性: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetoothManager.d.ts|
249|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanMode<br>方法 or 属性: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetoothManager.d.ts|
250|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanMode<br>方法 or 属性: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetoothManager.d.ts|
251|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanMode<br>方法 or 属性: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetoothManager.d.ts|
252|新增|NA|模块名: ohos.bluetoothManager<br>类名: BondState|@ohos.bluetoothManager.d.ts|
253|新增|NA|模块名: ohos.bluetoothManager<br>类名: BondState<br>方法 or 属性: BOND_STATE_INVALID = 0|@ohos.bluetoothManager.d.ts|
254|新增|NA|模块名: ohos.bluetoothManager<br>类名: BondState<br>方法 or 属性: BOND_STATE_BONDING = 1|@ohos.bluetoothManager.d.ts|
255|新增|NA|模块名: ohos.bluetoothManager<br>类名: BondState<br>方法 or 属性: BOND_STATE_BONDED = 2|@ohos.bluetoothManager.d.ts|
256|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass|@ohos.bluetoothManager.d.ts|
257|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_MISC = 0x0000|@ohos.bluetoothManager.d.ts|
258|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_COMPUTER = 0x0100|@ohos.bluetoothManager.d.ts|
259|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_PHONE = 0x0200|@ohos.bluetoothManager.d.ts|
260|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_NETWORKING = 0x0300|@ohos.bluetoothManager.d.ts|
261|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetoothManager.d.ts|
262|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetoothManager.d.ts|
263|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_IMAGING = 0x0600|@ohos.bluetoothManager.d.ts|
264|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_WEARABLE = 0x0700|@ohos.bluetoothManager.d.ts|
265|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_TOY = 0x0800|@ohos.bluetoothManager.d.ts|
266|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_HEALTH = 0x0900|@ohos.bluetoothManager.d.ts|
267|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorClass<br>方法 or 属性: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetoothManager.d.ts|
268|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass|@ohos.bluetoothManager.d.ts|
269|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetoothManager.d.ts|
270|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_DESKTOP = 0x0104|@ohos.bluetoothManager.d.ts|
271|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_SERVER = 0x0108|@ohos.bluetoothManager.d.ts|
272|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_LAPTOP = 0x010C|@ohos.bluetoothManager.d.ts|
273|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetoothManager.d.ts|
274|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetoothManager.d.ts|
275|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_WEARABLE = 0x0118|@ohos.bluetoothManager.d.ts|
276|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: COMPUTER_TABLET = 0x011C|@ohos.bluetoothManager.d.ts|
277|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetoothManager.d.ts|
278|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PHONE_CELLULAR = 0x0204|@ohos.bluetoothManager.d.ts|
279|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PHONE_CORDLESS = 0x0208|@ohos.bluetoothManager.d.ts|
280|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PHONE_SMART = 0x020C|@ohos.bluetoothManager.d.ts|
281|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetoothManager.d.ts|
282|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PHONE_ISDN = 0x0214|@ohos.bluetoothManager.d.ts|
283|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetoothManager.d.ts|
284|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetoothManager.d.ts|
285|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetoothManager.d.ts|
286|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetoothManager.d.ts|
287|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetoothManager.d.ts|
288|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetoothManager.d.ts|
289|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetoothManager.d.ts|
290|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetoothManager.d.ts|
291|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetoothManager.d.ts|
292|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetoothManager.d.ts|
293|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetoothManager.d.ts|
294|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetoothManager.d.ts|
295|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetoothManager.d.ts|
296|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetoothManager.d.ts|
297|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetoothManager.d.ts|
298|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetoothManager.d.ts|
299|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetoothManager.d.ts|
300|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetoothManager.d.ts|
301|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetoothManager.d.ts|
302|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetoothManager.d.ts|
303|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetoothManager.d.ts|
304|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetoothManager.d.ts|
305|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetoothManager.d.ts|
306|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetoothManager.d.ts|
307|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetoothManager.d.ts|
308|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetoothManager.d.ts|
309|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetoothManager.d.ts|
310|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetoothManager.d.ts|
311|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetoothManager.d.ts|
312|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetoothManager.d.ts|
313|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetoothManager.d.ts|
314|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetoothManager.d.ts|
315|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetoothManager.d.ts|
316|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetoothManager.d.ts|
317|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetoothManager.d.ts|
318|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetoothManager.d.ts|
319|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetoothManager.d.ts|
320|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetoothManager.d.ts|
321|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetoothManager.d.ts|
322|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetoothManager.d.ts|
323|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: IMAGING_DISPLAY = 0x0610|@ohos.bluetoothManager.d.ts|
324|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: IMAGING_CAMERA = 0x0620|@ohos.bluetoothManager.d.ts|
325|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: IMAGING_SCANNER = 0x0640|@ohos.bluetoothManager.d.ts|
326|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: IMAGING_PRINTER = 0x0680|@ohos.bluetoothManager.d.ts|
327|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetoothManager.d.ts|
328|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetoothManager.d.ts|
329|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: WEARABLE_PAGER = 0x0708|@ohos.bluetoothManager.d.ts|
330|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: WEARABLE_JACKET = 0x070C|@ohos.bluetoothManager.d.ts|
331|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: WEARABLE_HELMET = 0x0710|@ohos.bluetoothManager.d.ts|
332|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: WEARABLE_GLASSES = 0x0714|@ohos.bluetoothManager.d.ts|
333|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetoothManager.d.ts|
334|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: TOY_ROBOT = 0x0804|@ohos.bluetoothManager.d.ts|
335|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: TOY_VEHICLE = 0x0808|@ohos.bluetoothManager.d.ts|
336|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetoothManager.d.ts|
337|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: TOY_CONTROLLER = 0x0810|@ohos.bluetoothManager.d.ts|
338|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: TOY_GAME = 0x0814|@ohos.bluetoothManager.d.ts|
339|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetoothManager.d.ts|
340|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetoothManager.d.ts|
341|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_THERMOMETER = 0x0908|@ohos.bluetoothManager.d.ts|
342|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_WEIGHING = 0x090C|@ohos.bluetoothManager.d.ts|
343|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_GLUCOSE = 0x0910|@ohos.bluetoothManager.d.ts|
344|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetoothManager.d.ts|
345|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetoothManager.d.ts|
346|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetoothManager.d.ts|
347|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetoothManager.d.ts|
348|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetoothManager.d.ts|
349|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetoothManager.d.ts|
350|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetoothManager.d.ts|
351|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetoothManager.d.ts|
352|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetoothManager.d.ts|
353|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetoothManager.d.ts|
354|新增|NA|模块名: ohos.bluetoothManager<br>类名: MajorMinorClass<br>方法 or 属性: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetoothManager.d.ts|
355|新增|NA|模块名: ohos.bluetoothManager<br>类名: PlayingState|@ohos.bluetoothManager.d.ts|
356|新增|NA|模块名: ohos.bluetoothManager<br>类名: PlayingState<br>方法 or 属性: STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts|
357|新增|NA|模块名: ohos.bluetoothManager<br>类名: PlayingState<br>方法 or 属性: STATE_PLAYING|@ohos.bluetoothManager.d.ts|
358|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileId|@ohos.bluetoothManager.d.ts|
359|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileId<br>方法 or 属性: PROFILE_A2DP_SOURCE = 1|@ohos.bluetoothManager.d.ts|
360|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileId<br>方法 or 属性: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4|@ohos.bluetoothManager.d.ts|
361|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileId<br>方法 or 属性: PROFILE_HID_HOST = 6|@ohos.bluetoothManager.d.ts|
362|新增|NA|模块名: ohos.bluetoothManager<br>类名: ProfileId<br>方法 or 属性: PROFILE_PAN_NETWORK = 7|@ohos.bluetoothManager.d.ts|
363|新增|NA|类名:connectedTag<br>方法or属性:function initialize(): void;|@ohos.connectedTag.d.ts|
364|新增|NA|类名:connectedTag<br>方法or属性:function uninitialize(): void;|@ohos.connectedTag.d.ts|
365|新增|NA|类名:connectedTag<br>方法or属性:function read(): Promise\<number[]>;|@ohos.connectedTag.d.ts|
366|新增|NA|类名:connectedTag<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;|@ohos.connectedTag.d.ts|
367|新增|NA|类名:connectedTag<br>方法or属性:function write(data: number[]): Promise\<void>;|@ohos.connectedTag.d.ts|
368|新增|NA|类名:connectedTag<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;|@ohos.connectedTag.d.ts|
369|新增|NA|类名:connection<br>方法or属性:function getDefaultNetSync(): NetHandle;|@ohos.net.connection.d.ts|
370|新增|NA|类名:connection<br>方法or属性:function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;|@ohos.net.connection.d.ts|
371|新增|NA|类名:connection<br>方法or属性:function isDefaultNetMetered(): Promise\<boolean>;|@ohos.net.connection.d.ts|
372|新增|NA|类名:connection<br>方法or属性:function getAppNet(callback: AsyncCallback\<NetHandle>): void;|@ohos.net.connection.d.ts|
373|新增|NA|类名:connection<br>方法or属性:function getAppNet(): Promise\<NetHandle>;|@ohos.net.connection.d.ts|
374|新增|NA|类名:connection<br>方法or属性:function setAppNet(netHandle: NetHandle, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
375|新增|NA|类名:connection<br>方法or属性:function setAppNet(netHandle: NetHandle): Promise\<void>;|@ohos.net.connection.d.ts|
376|新增|NA|类名:NetHandle<br>方法or属性:bindSocket(socketParam: TCPSocket \| UDPSocket, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
377|新增|NA|类名:NetHandle<br>方法or属性:bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;|@ohos.net.connection.d.ts|
378|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet|@ohos.net.ethernet.d.ts|
379|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;|@ohos.net.ethernet.d.ts|
380|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;|@ohos.net.ethernet.d.ts|
381|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;|@ohos.net.ethernet.d.ts|
382|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;|@ohos.net.ethernet.d.ts|
383|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;|@ohos.net.ethernet.d.ts|
384|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function isIfaceActive(iface: string): Promise\<number>;|@ohos.net.ethernet.d.ts|
385|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.ethernet.d.ts|
386|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function getAllActiveIfaces(): Promise\<Array\<string>>;|@ohos.net.ethernet.d.ts|
387|新增|NA|模块名: ohos.net.ethernet<br>类名: InterfaceConfiguration|@ohos.net.ethernet.d.ts|
388|新增|NA|模块名: ohos.net.ethernet<br>类名: InterfaceConfiguration<br>方法 or 属性: mode: IPSetMode;|@ohos.net.ethernet.d.ts|
389|新增|NA|模块名: ohos.net.ethernet<br>类名: InterfaceConfiguration<br>方法 or 属性: ipAddr: string;|@ohos.net.ethernet.d.ts|
390|新增|NA|模块名: ohos.net.ethernet<br>类名: InterfaceConfiguration<br>方法 or 属性: route: string;|@ohos.net.ethernet.d.ts|
391|新增|NA|模块名: ohos.net.ethernet<br>类名: InterfaceConfiguration<br>方法 or 属性: gateway: string;|@ohos.net.ethernet.d.ts|
392|新增|NA|模块名: ohos.net.ethernet<br>类名: InterfaceConfiguration<br>方法 or 属性: netMask: string;|@ohos.net.ethernet.d.ts|
393|新增|NA|模块名: ohos.net.ethernet<br>类名: InterfaceConfiguration<br>方法 or 属性: dnsServers: string;|@ohos.net.ethernet.d.ts|
394|新增|NA|模块名: ohos.net.ethernet<br>类名: IPSetMode|@ohos.net.ethernet.d.ts|
395|新增|NA|模块名: ohos.net.ethernet<br>类名: IPSetMode<br>方法 or 属性: STATIC = 0|@ohos.net.ethernet.d.ts|
396|新增|NA|模块名: ohos.net.ethernet<br>类名: IPSetMode<br>方法 or 属性: DHCP = 1|@ohos.net.ethernet.d.ts|
397|新增|NA|模块名: ohos.net.http<br>类名: HttpRequestOptions<br>方法 or 属性:expectDataType?: HttpDataType;|@ohos.net.http.d.ts|
398|新增|NA|类名:HttpRequestOptions<br>方法or属性:expectDataType?: HttpDataType;|@ohos.net.http.d.ts|
399|新增|NA|模块名: ohos.net.http<br>类名: HttpRequestOptions<br>方法 or 属性:usingCache?: boolean;|@ohos.net.http.d.ts|
400|新增|NA|类名:HttpRequestOptions<br>方法or属性:usingCache?: boolean;|@ohos.net.http.d.ts|
401|新增|NA|模块名: ohos.net.http<br>类名: HttpRequestOptions<br>方法 or 属性:priority?: number;|@ohos.net.http.d.ts|
402|新增|NA|类名:HttpRequestOptions<br>方法or属性:priority?: number;|@ohos.net.http.d.ts|
403|新增|NA|模块名: ohos.net.http<br>类名: HttpRequestOptions<br>方法 or 属性:usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts|
404|新增|NA|类名:HttpRequestOptions<br>方法or属性:usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts|
405|新增|NA|模块名: ohos.net.http<br>类名: HttpProtocol|@ohos.net.http.d.ts|
406|新增|NA|类名:HttpProtocol<br>方法or属性:|@ohos.net.http.d.ts|
407|新增|NA|模块名: ohos.net.http<br>类名: HttpProtocol<br>方法 or 属性:HTTP1_1|@ohos.net.http.d.ts|
408|新增|NA|类名:HttpProtocol<br>方法or属性:HTTP1_1|@ohos.net.http.d.ts|
409|新增|NA|模块名: ohos.net.http<br>类名: HttpProtocol<br>方法 or 属性:HTTP2|@ohos.net.http.d.ts|
410|新增|NA|类名:HttpProtocol<br>方法or属性:HTTP2|@ohos.net.http.d.ts|
411|新增|NA|模块名: ohos.net.http<br>类名: HttpDataType|@ohos.net.http.d.ts|
412|新增|NA|类名:HttpDataType<br>方法or属性:|@ohos.net.http.d.ts|
413|新增|NA|模块名: ohos.net.http<br>类名: HttpDataType<br>方法 or 属性:STRING|@ohos.net.http.d.ts|
414|新增|NA|类名:HttpDataType<br>方法or属性:STRING|@ohos.net.http.d.ts|
415|新增|NA|模块名: ohos.net.http<br>类名: HttpDataType<br>方法 or 属性:OBJECT = 1|@ohos.net.http.d.ts|
416|新增|NA|类名:HttpDataType<br>方法or属性:OBJECT = 1|@ohos.net.http.d.ts|
417|新增|NA|模块名: ohos.net.http<br>类名: HttpDataType<br>方法 or 属性:ARRAY_BUFFER = 2|@ohos.net.http.d.ts|
418|新增|NA|类名:HttpDataType<br>方法or属性:ARRAY_BUFFER = 2|@ohos.net.http.d.ts|
419|新增|NA|模块名: ohos.net.http<br>类名: HttpResponse<br>方法 or 属性:resultType: HttpDataType;|@ohos.net.http.d.ts|
420|新增|NA|类名:HttpResponse<br>方法or属性:resultType: HttpDataType;|@ohos.net.http.d.ts|
421|新增|NA|模块名: ohos.net.http<br>类名: http<br>方法 or 属性:function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts|
422|新增|NA|类名:http<br>方法or属性:function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts|
423|新增|NA|模块名: ohos.net.http<br>类名: HttpResponseCache|@ohos.net.http.d.ts|
424|新增|NA|类名:HttpResponseCache<br>方法or属性:|@ohos.net.http.d.ts|
425|新增|NA|模块名: ohos.net.http<br>类名: HttpResponseCache<br>方法 or 属性:flush(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
426|新增|NA|类名:HttpResponseCache<br>方法or属性:flush(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
427|新增|NA|模块名: ohos.net.http<br>类名: HttpResponseCache<br>方法 or 属性:flush(): Promise\<void>;|@ohos.net.http.d.ts|
428|新增|NA|类名:HttpResponseCache<br>方法or属性:flush(): Promise\<void>;|@ohos.net.http.d.ts|
429|新增|NA|模块名: ohos.net.http<br>类名: HttpResponseCache<br>方法 or 属性:delete(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
430|新增|NA|类名:HttpResponseCache<br>方法or属性:delete(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
431|新增|NA|模块名: ohos.net.http<br>类名: HttpResponseCache<br>方法 or 属性:delete(): Promise\<void>;|@ohos.net.http.d.ts|
432|新增|NA|类名:HttpResponseCache<br>方法or属性:delete(): Promise\<void>;|@ohos.net.http.d.ts|
433|新增|NA|模块名: ohos.net.sharing<br>类名: sharing|@ohos.net.sharing.d.ts|
434|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharingSupported(callback: AsyncCallback\<boolean>): void;|@ohos.net.sharing.d.ts|
435|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharingSupported(): Promise\<boolean>;|@ohos.net.sharing.d.ts|
436|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharing(callback: AsyncCallback\<boolean>): void;|@ohos.net.sharing.d.ts|
437|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharing(): Promise\<boolean>;|@ohos.net.sharing.d.ts|
438|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;|@ohos.net.sharing.d.ts|
439|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function startSharing(type: SharingIfaceType): Promise\<void>;|@ohos.net.sharing.d.ts|
440|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;|@ohos.net.sharing.d.ts|
441|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function stopSharing(type: SharingIfaceType): Promise\<void>;|@ohos.net.sharing.d.ts|
442|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.sharing.d.ts|
443|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsRxBytes(): Promise\<number>;|@ohos.net.sharing.d.ts|
444|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.sharing.d.ts|
445|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTxBytes(): Promise\<number>;|@ohos.net.sharing.d.ts|
446|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;|@ohos.net.sharing.d.ts|
447|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTotalBytes(): Promise\<number>;|@ohos.net.sharing.d.ts|
448|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.sharing.d.ts|
449|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;|@ohos.net.sharing.d.ts|
450|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;|@ohos.net.sharing.d.ts|
451|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;|@ohos.net.sharing.d.ts|
452|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.sharing.d.ts|
453|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;|@ohos.net.sharing.d.ts|
454|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;|@ohos.net.sharing.d.ts|
455|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;|@ohos.net.sharing.d.ts|
456|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts|
457|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts|
458|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;|@ohos.net.sharing.d.ts|
459|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;|@ohos.net.sharing.d.ts|
460|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceState|@ohos.net.sharing.d.ts|
461|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceState<br>方法 or 属性: SHARING_NIC_SERVING = 1|@ohos.net.sharing.d.ts|
462|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceState<br>方法 or 属性: SHARING_NIC_CAN_SERVER = 2|@ohos.net.sharing.d.ts|
463|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceState<br>方法 or 属性: SHARING_NIC_ERROR = 3|@ohos.net.sharing.d.ts|
464|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceType|@ohos.net.sharing.d.ts|
465|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceType<br>方法 or 属性: SHARING_WIFI = 0|@ohos.net.sharing.d.ts|
466|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceType<br>方法 or 属性: SHARING_USB = 1|@ohos.net.sharing.d.ts|
467|新增|NA|模块名: ohos.net.sharing<br>类名: SharingIfaceType<br>方法 or 属性: SHARING_BLUETOOTH = 2|@ohos.net.sharing.d.ts|
468|新增|NA|模块名: ohos.net.socket<br>类名: socket<br>方法 or 属性:function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts|
469|新增|NA|类名:socket<br>方法or属性:function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts|
470|新增|NA|类名:TCPExtraOptions<br>方法or属性:socketLinger?: {on: boolean, linger: number};|@ohos.net.socket.d.ts|
471|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket|@ohos.net.socket.d.ts|
472|新增|NA|类名:TLSSocket<br>方法or属性:|@ohos.net.socket.d.ts|
473|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
474|新增|NA|类名:TLSSocket<br>方法or属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
475|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:bind(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts|
476|新增|NA|类名:TLSSocket<br>方法or属性:bind(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts|
477|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
478|新增|NA|类名:TLSSocket<br>方法or属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
479|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
480|新增|NA|类名:TLSSocket<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
481|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
482|新增|NA|类名:TLSSocket<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
483|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
484|新增|NA|类名:TLSSocket<br>方法or属性:getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
485|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
486|新增|NA|类名:TLSSocket<br>方法or属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
487|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
488|新增|NA|类名:TLSSocket<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
489|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
490|新增|NA|类名:TLSSocket<br>方法or属性:on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
491|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
492|新增|NA|类名:TLSSocket<br>方法or属性:off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
493|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
494|新增|NA|类名:TLSSocket<br>方法or属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
495|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
496|新增|NA|类名:TLSSocket<br>方法or属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
497|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
498|新增|NA|类名:TLSSocket<br>方法or属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
499|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
500|新增|NA|类名:TLSSocket<br>方法or属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
501|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
502|新增|NA|类名:TLSSocket<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
503|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
504|新增|NA|类名:TLSSocket<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
505|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
506|新增|NA|类名:TLSSocket<br>方法or属性:getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
507|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
508|新增|NA|类名:TLSSocket<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
509|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
510|新增|NA|类名:TLSSocket<br>方法or属性:getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
511|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
512|新增|NA|类名:TLSSocket<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
513|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts|
514|新增|NA|类名:TLSSocket<br>方法or属性:getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts|
515|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts|
516|新增|NA|类名:TLSSocket<br>方法or属性:getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts|
517|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
518|新增|NA|类名:TLSSocket<br>方法or属性:getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
519|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
520|新增|NA|类名:TLSSocket<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
521|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
522|新增|NA|类名:TLSSocket<br>方法or属性:getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
523|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
524|新增|NA|类名:TLSSocket<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
525|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
526|新增|NA|类名:TLSSocket<br>方法or属性:connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
527|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:connect(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts|
528|新增|NA|类名:TLSSocket<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts|
529|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
530|新增|NA|类名:TLSSocket<br>方法or属性:send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
531|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:send(data: string): Promise\<void>;|@ohos.net.socket.d.ts|
532|新增|NA|类名:TLSSocket<br>方法or属性:send(data: string): Promise\<void>;|@ohos.net.socket.d.ts|
533|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
534|新增|NA|类名:TLSSocket<br>方法or属性:close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
535|新增|NA|模块名: ohos.net.socket<br>类名: TLSSocket<br>方法 or 属性:close(): Promise\<void>;|@ohos.net.socket.d.ts|
536|新增|NA|类名:TLSSocket<br>方法or属性:close(): Promise\<void>;|@ohos.net.socket.d.ts|
537|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions|@ohos.net.socket.d.ts|
538|新增|NA|类名:TLSSecureOptions<br>方法or属性:|@ohos.net.socket.d.ts|
539|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:ca: string \| Array\<string>;|@ohos.net.socket.d.ts|
540|新增|NA|类名:TLSSecureOptions<br>方法or属性:ca: string \| Array\<string>;|@ohos.net.socket.d.ts|
541|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:cert?: string;|@ohos.net.socket.d.ts|
542|新增|NA|类名:TLSSecureOptions<br>方法or属性:cert?: string;|@ohos.net.socket.d.ts|
543|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:key?: string;|@ohos.net.socket.d.ts|
544|新增|NA|类名:TLSSecureOptions<br>方法or属性:key?: string;|@ohos.net.socket.d.ts|
545|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:password?: string;|@ohos.net.socket.d.ts|
546|新增|NA|类名:TLSSecureOptions<br>方法or属性:password?: string;|@ohos.net.socket.d.ts|
547|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:protocols?: Protocol \| Array\<Protocol>;|@ohos.net.socket.d.ts|
548|新增|NA|类名:TLSSecureOptions<br>方法or属性:protocols?: Protocol \| Array\<Protocol>;|@ohos.net.socket.d.ts|
549|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts|
550|新增|NA|类名:TLSSecureOptions<br>方法or属性:useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts|
551|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:signatureAlgorithms?: string;|@ohos.net.socket.d.ts|
552|新增|NA|类名:TLSSecureOptions<br>方法or属性:signatureAlgorithms?: string;|@ohos.net.socket.d.ts|
553|新增|NA|模块名: ohos.net.socket<br>类名: TLSSecureOptions<br>方法 or 属性:cipherSuite?: string;|@ohos.net.socket.d.ts|
554|新增|NA|类名:TLSSecureOptions<br>方法or属性:cipherSuite?: string;|@ohos.net.socket.d.ts|
555|新增|NA|模块名: ohos.net.socket<br>类名: TLSConnectOptions|@ohos.net.socket.d.ts|
556|新增|NA|类名:TLSConnectOptions<br>方法or属性:|@ohos.net.socket.d.ts|
557|新增|NA|模块名: ohos.net.socket<br>类名: TLSConnectOptions<br>方法 or 属性:address: NetAddress;|@ohos.net.socket.d.ts|
558|新增|NA|类名:TLSConnectOptions<br>方法or属性:address: NetAddress;|@ohos.net.socket.d.ts|
559|新增|NA|模块名: ohos.net.socket<br>类名: TLSConnectOptions<br>方法 or 属性:secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts|
560|新增|NA|类名:TLSConnectOptions<br>方法or属性:secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts|
561|新增|NA|模块名: ohos.net.socket<br>类名: TLSConnectOptions<br>方法 or 属性:ALPNProtocols?: Array\<string>;|@ohos.net.socket.d.ts|
562|新增|NA|类名:TLSConnectOptions<br>方法or属性:ALPNProtocols?: Array\<string>;|@ohos.net.socket.d.ts|
563|新增|NA|模块名: ohos.net.socket<br>类名: Protocol|@ohos.net.socket.d.ts|
564|新增|NA|类名:Protocol<br>方法or属性:|@ohos.net.socket.d.ts|
565|新增|NA|模块名: ohos.net.socket<br>类名: Protocol<br>方法 or 属性:TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts|
566|新增|NA|类名:Protocol<br>方法or属性:TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts|
567|新增|NA|模块名: ohos.net.socket<br>类名: Protocol<br>方法 or 属性:TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts|
568|新增|NA|类名:Protocol<br>方法or属性:TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts|
569|新增|NA|模块名: ohos.nfc.cardEmulation<br>类名: CardType|@ohos.nfc.cardEmulation.d.ts|
570|新增|NA|类名:CardType<br>方法or属性:|@ohos.nfc.cardEmulation.d.ts|
571|新增|NA|模块名: ohos.nfc.cardEmulation<br>类名: CardType<br>方法 or 属性:PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts|
572|新增|NA|类名:CardType<br>方法or属性:PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts|
573|新增|NA|模块名: ohos.nfc.cardEmulation<br>类名: CardType<br>方法 or 属性:OTHER = "other"|@ohos.nfc.cardEmulation.d.ts|
574|新增|NA|类名:CardType<br>方法or属性:OTHER = "other"|@ohos.nfc.cardEmulation.d.ts|
575|新增|NA|类名:cardEmulation<br>方法or属性:function hasHceCapability(): boolean;|@ohos.nfc.cardEmulation.d.ts|
576|新增|NA|类名:cardEmulation<br>方法or属性:function isDefaultService(elementName: ElementName, type: CardType): boolean;|@ohos.nfc.cardEmulation.d.ts|
577|新增|NA|类名:HceService<br>方法or属性:start(elementName: ElementName, aidList: string[]): void|@ohos.nfc.cardEmulation.d.ts|
578|新增|NA|类名:HceService<br>方法or属性:stop(elementName: ElementName): void|@ohos.nfc.cardEmulation.d.ts|
579|新增|NA|类名:HceService<br>方法or属性:transmit(response: number[]): Promise\<void>;|@ohos.nfc.cardEmulation.d.ts|
580|新增|NA|类名:HceService<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;|@ohos.nfc.cardEmulation.d.ts|
581|新增|NA|类名:nfcController<br>方法or属性:function enableNfc(): void|@ohos.nfc.controller.d.ts|
582|新增|NA|类名:nfcController<br>方法or属性:function disableNfc(): void|@ohos.nfc.controller.d.ts|
583|新增|NA|类名:tag<br>方法or属性:const NDEF_FORMATABLE = 7;|@ohos.nfc.tag.d.ts|
584|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType|@ohos.nfc.tag.d.ts|
585|新增|NA|类名:TnfType<br>方法or属性:|@ohos.nfc.tag.d.ts|
586|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType<br>方法 or 属性:TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts|
587|新增|NA|类名:TnfType<br>方法or属性:TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts|
588|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType<br>方法 or 属性:TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts|
589|新增|NA|类名:TnfType<br>方法or属性:TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts|
590|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType<br>方法 or 属性:TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts|
591|新增|NA|类名:TnfType<br>方法or属性:TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts|
592|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType<br>方法 or 属性:TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts|
593|新增|NA|类名:TnfType<br>方法or属性:TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts|
594|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType<br>方法 or 属性:TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts|
595|新增|NA|类名:TnfType<br>方法or属性:TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts|
596|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType<br>方法 or 属性:TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts|
597|新增|NA|类名:TnfType<br>方法or属性:TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts|
598|新增|NA|模块名: ohos.nfc.tag<br>类名: TnfType<br>方法 or 属性:TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts|
599|新增|NA|类名:TnfType<br>方法or属性:TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts|
600|新增|NA|模块名: ohos.nfc.tag<br>类名: NfcForumType|@ohos.nfc.tag.d.ts|
601|新增|NA|类名:NfcForumType<br>方法or属性:|@ohos.nfc.tag.d.ts|
602|新增|NA|模块名: ohos.nfc.tag<br>类名: NfcForumType<br>方法 or 属性:NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts|
603|新增|NA|类名:NfcForumType<br>方法or属性:NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts|
604|新增|NA|模块名: ohos.nfc.tag<br>类名: NfcForumType<br>方法 or 属性:NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts|
605|新增|NA|类名:NfcForumType<br>方法or属性:NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts|
606|新增|NA|模块名: ohos.nfc.tag<br>类名: NfcForumType<br>方法 or 属性:NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts|
607|新增|NA|类名:NfcForumType<br>方法or属性:NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts|
608|新增|NA|模块名: ohos.nfc.tag<br>类名: NfcForumType<br>方法 or 属性:NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts|
609|新增|NA|类名:NfcForumType<br>方法or属性:NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts|
610|新增|NA|模块名: ohos.nfc.tag<br>类名: NfcForumType<br>方法 or 属性:MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts|
611|新增|NA|类名:NfcForumType<br>方法or属性:MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts|
612|新增|NA|类名:tag<br>方法or属性:const RTD_TEXT: number[];|@ohos.nfc.tag.d.ts|
613|新增|NA|类名:tag<br>方法or属性:const RTD_URI: number[];|@ohos.nfc.tag.d.ts|
614|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicType|@ohos.nfc.tag.d.ts|
615|新增|NA|类名:MifareClassicType<br>方法or属性:|@ohos.nfc.tag.d.ts|
616|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicType<br>方法 or 属性:TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
617|新增|NA|类名:MifareClassicType<br>方法or属性:TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
618|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicType<br>方法 or 属性:TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts|
619|新增|NA|类名:MifareClassicType<br>方法or属性:TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts|
620|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicType<br>方法 or 属性:TYPE_PLUS = 2|@ohos.nfc.tag.d.ts|
621|新增|NA|类名:MifareClassicType<br>方法or属性:TYPE_PLUS = 2|@ohos.nfc.tag.d.ts|
622|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicType<br>方法 or 属性:TYPE_PRO = 3|@ohos.nfc.tag.d.ts|
623|新增|NA|类名:MifareClassicType<br>方法or属性:TYPE_PRO = 3|@ohos.nfc.tag.d.ts|
624|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicSize|@ohos.nfc.tag.d.ts|
625|新增|NA|类名:MifareClassicSize<br>方法or属性:|@ohos.nfc.tag.d.ts|
626|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicSize<br>方法 or 属性:MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts|
627|新增|NA|类名:MifareClassicSize<br>方法or属性:MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts|
628|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicSize<br>方法 or 属性:MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts|
629|新增|NA|类名:MifareClassicSize<br>方法or属性:MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts|
630|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicSize<br>方法 or 属性:MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts|
631|新增|NA|类名:MifareClassicSize<br>方法or属性:MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts|
632|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareClassicSize<br>方法 or 属性:MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts|
633|新增|NA|类名:MifareClassicSize<br>方法or属性:MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts|
634|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareUltralightType|@ohos.nfc.tag.d.ts|
635|新增|NA|类名:MifareUltralightType<br>方法or属性:|@ohos.nfc.tag.d.ts|
636|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareUltralightType<br>方法 or 属性:TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
637|新增|NA|类名:MifareUltralightType<br>方法or属性:TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
638|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareUltralightType<br>方法 or 属性:TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts|
639|新增|NA|类名:MifareUltralightType<br>方法or属性:TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts|
640|新增|NA|模块名: ohos.nfc.tag<br>类名: MifareUltralightType<br>方法 or 属性:TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts|
641|新增|NA|类名:MifareUltralightType<br>方法or属性:TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts|
642|新增|NA|类名:tag<br>方法or属性:function getNfcA(tagInfo: TagInfo): NfcATag|@ohos.nfc.tag.d.ts|
643|新增|NA|类名:tag<br>方法or属性:function getNfcB(tagInfo: TagInfo): NfcBTag|@ohos.nfc.tag.d.ts|
644|新增|NA|类名:tag<br>方法or属性:function getNfcF(tagInfo: TagInfo): NfcFTag|@ohos.nfc.tag.d.ts|
645|新增|NA|类名:tag<br>方法or属性:function getNfcV(tagInfo: TagInfo): NfcVTag|@ohos.nfc.tag.d.ts|
646|新增|NA|类名:tag<br>方法or属性:function getIsoDep(tagInfo: TagInfo): IsoDepTag|@ohos.nfc.tag.d.ts|
647|新增|NA|类名:tag<br>方法or属性:function getNdef(tagInfo: TagInfo): NdefTag|@ohos.nfc.tag.d.ts|
648|新增|NA|类名:tag<br>方法or属性:function getMifareClassic(tagInfo: TagInfo): MifareClassicTag|@ohos.nfc.tag.d.ts|
649|新增|NA|类名:tag<br>方法or属性:function getMifareUltralight(tagInfo: TagInfo): MifareUltralightTag|@ohos.nfc.tag.d.ts|
650|新增|NA|类名:tag<br>方法or属性:function getNdefFormatable(tagInfo: TagInfo): NdefFormatableTag|@ohos.nfc.tag.d.ts|
651|新增|NA|类名:tag<br>方法or属性:function getTagInfo(want: Want): TagInfo|@ohos.nfc.tag.d.ts|
652|新增|NA|类名:TagInfo<br>方法or属性:uid: number[];|@ohos.nfc.tag.d.ts|
653|新增|NA|类名:TagInfo<br>方法or属性:technology: number[];|@ohos.nfc.tag.d.ts|
654|新增|NA|类名:TagInfo<br>方法or属性:extrasData: PacMap[];|@ohos.nfc.tag.d.ts|
655|新增|NA|类名:TagInfo<br>方法or属性:tagRfDiscId: number;|@ohos.nfc.tag.d.ts|
656|新增|NA|类名:TagInfo<br>方法or属性:remoteTagService: rpc.RemoteObject;|@ohos.nfc.tag.d.ts|
657|新增|NA|模块名: ohos.nfc.tag<br>类名: NdefRecord|@ohos.nfc.tag.d.ts|
658|新增|NA|类名:NdefRecord<br>方法or属性:|@ohos.nfc.tag.d.ts|
659|新增|NA|模块名: ohos.nfc.tag<br>类名: NdefRecord<br>方法 or 属性:tnf: number;|@ohos.nfc.tag.d.ts|
660|新增|NA|类名:NdefRecord<br>方法or属性:tnf: number;|@ohos.nfc.tag.d.ts|
661|新增|NA|模块名: ohos.nfc.tag<br>类名: NdefRecord<br>方法 or 属性:rtdType: number[];|@ohos.nfc.tag.d.ts|
662|新增|NA|类名:NdefRecord<br>方法or属性:rtdType: number[];|@ohos.nfc.tag.d.ts|
663|新增|NA|模块名: ohos.nfc.tag<br>类名: NdefRecord<br>方法 or 属性:id: number[];|@ohos.nfc.tag.d.ts|
664|新增|NA|类名:NdefRecord<br>方法or属性:id: number[];|@ohos.nfc.tag.d.ts|
665|新增|NA|模块名: ohos.nfc.tag<br>类名: NdefRecord<br>方法 or 属性:payload: number[];|@ohos.nfc.tag.d.ts|
666|新增|NA|类名:NdefRecord<br>方法or属性:payload: number[];|@ohos.nfc.tag.d.ts|
667|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef|@ohos.nfc.tag.d.ts|
668|新增|NA|类名:ndef<br>方法or属性:|@ohos.nfc.tag.d.ts|
669|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef<br>方法 or 属性:function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts|
670|新增|NA|类名:ndef<br>方法or属性:function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts|
671|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef<br>方法 or 属性:function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts|
672|新增|NA|类名:ndef<br>方法or属性:function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts|
673|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef<br>方法 or 属性:function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
674|新增|NA|类名:ndef<br>方法or属性:function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
675|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef<br>方法 or 属性:function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
676|新增|NA|类名:ndef<br>方法or属性:function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
677|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef<br>方法 or 属性:function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts|
678|新增|NA|类名:ndef<br>方法or属性:function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts|
679|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef<br>方法 or 属性:function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts|
680|新增|NA|类名:ndef<br>方法or属性:function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts|
681|新增|NA|模块名: ohos.nfc.tag<br>类名: ndef<br>方法 or 属性:function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts|
682|新增|NA|类名:ndef<br>方法or属性:function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts|
683|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode|@ohos.rpc.d.ts|
684|新增|NA|类名:ErrorCode<br>方法or属性:|@ohos.rpc.d.ts|
685|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts|
686|新增|NA|类名:ErrorCode<br>方法or属性:CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts|
687|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts|
688|新增|NA|类名:ErrorCode<br>方法or属性:OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts|
689|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts|
690|新增|NA|类名:ErrorCode<br>方法or属性:OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts|
691|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts|
692|新增|NA|类名:ErrorCode<br>方法or属性:WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts|
693|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts|
694|新增|NA|类名:ErrorCode<br>方法or属性:READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts|
695|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts|
696|新增|NA|类名:ErrorCode<br>方法or属性:ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts|
697|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts|
698|新增|NA|类名:ErrorCode<br>方法or属性:ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts|
699|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts|
700|新增|NA|类名:ErrorCode<br>方法or属性:COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts|
701|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts|
702|新增|NA|类名:ErrorCode<br>方法or属性:PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts|
703|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts|
704|新增|NA|类名:ErrorCode<br>方法or属性:WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts|
705|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts|
706|新增|NA|类名:ErrorCode<br>方法or属性:READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts|
707|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts|
708|新增|NA|类名:ErrorCode<br>方法or属性:PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts|
709|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts|
710|新增|NA|类名:ErrorCode<br>方法or属性:CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts|
711|新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法 or 属性:OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts|
712|新增|NA|类名:ErrorCode<br>方法or属性:OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts|
713|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence|@ohos.rpc.d.ts|
714|新增|NA|类名:MessageSequence<br>方法or属性:|@ohos.rpc.d.ts|
715|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:static create(): MessageSequence;|@ohos.rpc.d.ts|
716|新增|NA|类名:MessageSequence<br>方法or属性:static create(): MessageSequence;|@ohos.rpc.d.ts|
717|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:reclaim(): void;|@ohos.rpc.d.ts|
718|新增|NA|类名:MessageSequence<br>方法or属性:reclaim(): void;|@ohos.rpc.d.ts|
719|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts|
720|新增|NA|类名:MessageSequence<br>方法or属性:writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts|
721|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts|
722|新增|NA|类名:MessageSequence<br>方法or属性:readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts|
723|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts|
724|新增|NA|类名:MessageSequence<br>方法or属性:writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts|
725|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readInterfaceToken(): string;|@ohos.rpc.d.ts|
726|新增|NA|类名:MessageSequence<br>方法or属性:readInterfaceToken(): string;|@ohos.rpc.d.ts|
727|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:getSize(): number;|@ohos.rpc.d.ts|
728|新增|NA|类名:MessageSequence<br>方法or属性:getSize(): number;|@ohos.rpc.d.ts|
729|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:getCapacity(): number;|@ohos.rpc.d.ts|
730|新增|NA|类名:MessageSequence<br>方法or属性:getCapacity(): number;|@ohos.rpc.d.ts|
731|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:setSize(size: number): void;|@ohos.rpc.d.ts|
732|新增|NA|类名:MessageSequence<br>方法or属性:setSize(size: number): void;|@ohos.rpc.d.ts|
733|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:setCapacity(size: number): void;|@ohos.rpc.d.ts|
734|新增|NA|类名:MessageSequence<br>方法or属性:setCapacity(size: number): void;|@ohos.rpc.d.ts|
735|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:getWritableBytes(): number;|@ohos.rpc.d.ts|
736|新增|NA|类名:MessageSequence<br>方法or属性:getWritableBytes(): number;|@ohos.rpc.d.ts|
737|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:getReadableBytes(): number;|@ohos.rpc.d.ts|
738|新增|NA|类名:MessageSequence<br>方法or属性:getReadableBytes(): number;|@ohos.rpc.d.ts|
739|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:getReadPosition(): number;|@ohos.rpc.d.ts|
740|新增|NA|类名:MessageSequence<br>方法or属性:getReadPosition(): number;|@ohos.rpc.d.ts|
741|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:getWritePosition(): number;|@ohos.rpc.d.ts|
742|新增|NA|类名:MessageSequence<br>方法or属性:getWritePosition(): number;|@ohos.rpc.d.ts|
743|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:rewindRead(pos: number): void;|@ohos.rpc.d.ts|
744|新增|NA|类名:MessageSequence<br>方法or属性:rewindRead(pos: number): void;|@ohos.rpc.d.ts|
745|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:rewindWrite(pos: number): void;|@ohos.rpc.d.ts|
746|新增|NA|类名:MessageSequence<br>方法or属性:rewindWrite(pos: number): void;|@ohos.rpc.d.ts|
747|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeNoException(): void;|@ohos.rpc.d.ts|
748|新增|NA|类名:MessageSequence<br>方法or属性:writeNoException(): void;|@ohos.rpc.d.ts|
749|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readException(): void;|@ohos.rpc.d.ts|
750|新增|NA|类名:MessageSequence<br>方法or属性:readException(): void;|@ohos.rpc.d.ts|
751|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeByte(val: number): void;|@ohos.rpc.d.ts|
752|新增|NA|类名:MessageSequence<br>方法or属性:writeByte(val: number): void;|@ohos.rpc.d.ts|
753|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeShort(val: number): void;|@ohos.rpc.d.ts|
754|新增|NA|类名:MessageSequence<br>方法or属性:writeShort(val: number): void;|@ohos.rpc.d.ts|
755|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeInt(val: number): void;|@ohos.rpc.d.ts|
756|新增|NA|类名:MessageSequence<br>方法or属性:writeInt(val: number): void;|@ohos.rpc.d.ts|
757|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeLong(val: number): void;|@ohos.rpc.d.ts|
758|新增|NA|类名:MessageSequence<br>方法or属性:writeLong(val: number): void;|@ohos.rpc.d.ts|
759|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeFloat(val: number): void;|@ohos.rpc.d.ts|
760|新增|NA|类名:MessageSequence<br>方法or属性:writeFloat(val: number): void;|@ohos.rpc.d.ts|
761|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeDouble(val: number): void;|@ohos.rpc.d.ts|
762|新增|NA|类名:MessageSequence<br>方法or属性:writeDouble(val: number): void;|@ohos.rpc.d.ts|
763|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeBoolean(val: boolean): void;|@ohos.rpc.d.ts|
764|新增|NA|类名:MessageSequence<br>方法or属性:writeBoolean(val: boolean): void;|@ohos.rpc.d.ts|
765|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeChar(val: number): void;|@ohos.rpc.d.ts|
766|新增|NA|类名:MessageSequence<br>方法or属性:writeChar(val: number): void;|@ohos.rpc.d.ts|
767|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeString(val: string): void;|@ohos.rpc.d.ts|
768|新增|NA|类名:MessageSequence<br>方法or属性:writeString(val: string): void;|@ohos.rpc.d.ts|
769|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts|
770|新增|NA|类名:MessageSequence<br>方法or属性:writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts|
771|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts|
772|新增|NA|类名:MessageSequence<br>方法or属性:writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts|
773|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts|
774|新增|NA|类名:MessageSequence<br>方法or属性:writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts|
775|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts|
776|新增|NA|类名:MessageSequence<br>方法or属性:writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts|
777|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts|
778|新增|NA|类名:MessageSequence<br>方法or属性:writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts|
779|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts|
780|新增|NA|类名:MessageSequence<br>方法or属性:writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts|
781|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts|
782|新增|NA|类名:MessageSequence<br>方法or属性:writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts|
783|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts|
784|新增|NA|类名:MessageSequence<br>方法or属性:writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts|
785|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts|
786|新增|NA|类名:MessageSequence<br>方法or属性:writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts|
787|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts|
788|新增|NA|类名:MessageSequence<br>方法or属性:writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts|
789|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
790|新增|NA|类名:MessageSequence<br>方法or属性:writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
791|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts|
792|新增|NA|类名:MessageSequence<br>方法or属性:writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts|
793|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readByte(): number;|@ohos.rpc.d.ts|
794|新增|NA|类名:MessageSequence<br>方法or属性:readByte(): number;|@ohos.rpc.d.ts|
795|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readShort(): number;|@ohos.rpc.d.ts|
796|新增|NA|类名:MessageSequence<br>方法or属性:readShort(): number;|@ohos.rpc.d.ts|
797|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readInt(): number;|@ohos.rpc.d.ts|
798|新增|NA|类名:MessageSequence<br>方法or属性:readInt(): number;|@ohos.rpc.d.ts|
799|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readLong(): number;|@ohos.rpc.d.ts|
800|新增|NA|类名:MessageSequence<br>方法or属性:readLong(): number;|@ohos.rpc.d.ts|
801|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readFloat(): number;|@ohos.rpc.d.ts|
802|新增|NA|类名:MessageSequence<br>方法or属性:readFloat(): number;|@ohos.rpc.d.ts|
803|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readDouble(): number;|@ohos.rpc.d.ts|
804|新增|NA|类名:MessageSequence<br>方法or属性:readDouble(): number;|@ohos.rpc.d.ts|
805|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readBoolean(): boolean;|@ohos.rpc.d.ts|
806|新增|NA|类名:MessageSequence<br>方法or属性:readBoolean(): boolean;|@ohos.rpc.d.ts|
807|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readChar(): number;|@ohos.rpc.d.ts|
808|新增|NA|类名:MessageSequence<br>方法or属性:readChar(): number;|@ohos.rpc.d.ts|
809|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readString(): string;|@ohos.rpc.d.ts|
810|新增|NA|类名:MessageSequence<br>方法or属性:readString(): string;|@ohos.rpc.d.ts|
811|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts|
812|新增|NA|类名:MessageSequence<br>方法or属性:readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts|
813|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
814|新增|NA|类名:MessageSequence<br>方法or属性:readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
815|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readByteArray(): number[];|@ohos.rpc.d.ts|
816|新增|NA|类名:MessageSequence<br>方法or属性:readByteArray(): number[];|@ohos.rpc.d.ts|
817|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
818|新增|NA|类名:MessageSequence<br>方法or属性:readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
819|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readShortArray(): number[];|@ohos.rpc.d.ts|
820|新增|NA|类名:MessageSequence<br>方法or属性:readShortArray(): number[];|@ohos.rpc.d.ts|
821|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
822|新增|NA|类名:MessageSequence<br>方法or属性:readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
823|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readIntArray(): number[];|@ohos.rpc.d.ts|
824|新增|NA|类名:MessageSequence<br>方法or属性:readIntArray(): number[];|@ohos.rpc.d.ts|
825|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
826|新增|NA|类名:MessageSequence<br>方法or属性:readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
827|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readLongArray(): number[];|@ohos.rpc.d.ts|
828|新增|NA|类名:MessageSequence<br>方法or属性:readLongArray(): number[];|@ohos.rpc.d.ts|
829|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
830|新增|NA|类名:MessageSequence<br>方法or属性:readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
831|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readFloatArray(): number[];|@ohos.rpc.d.ts|
832|新增|NA|类名:MessageSequence<br>方法or属性:readFloatArray(): number[];|@ohos.rpc.d.ts|
833|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
834|新增|NA|类名:MessageSequence<br>方法or属性:readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
835|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readDoubleArray(): number[];|@ohos.rpc.d.ts|
836|新增|NA|类名:MessageSequence<br>方法or属性:readDoubleArray(): number[];|@ohos.rpc.d.ts|
837|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts|
838|新增|NA|类名:MessageSequence<br>方法or属性:readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts|
839|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readBooleanArray(): boolean[];|@ohos.rpc.d.ts|
840|新增|NA|类名:MessageSequence<br>方法or属性:readBooleanArray(): boolean[];|@ohos.rpc.d.ts|
841|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
842|新增|NA|类名:MessageSequence<br>方法or属性:readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
843|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readCharArray(): number[];|@ohos.rpc.d.ts|
844|新增|NA|类名:MessageSequence<br>方法or属性:readCharArray(): number[];|@ohos.rpc.d.ts|
845|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts|
846|新增|NA|类名:MessageSequence<br>方法or属性:readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts|
847|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readStringArray(): string[];|@ohos.rpc.d.ts|
848|新增|NA|类名:MessageSequence<br>方法or属性:readStringArray(): string[];|@ohos.rpc.d.ts|
849|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
850|新增|NA|类名:MessageSequence<br>方法or属性:readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
851|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts|
852|新增|NA|类名:MessageSequence<br>方法or属性:readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts|
853|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts|
854|新增|NA|类名:MessageSequence<br>方法or属性:readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts|
855|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
856|新增|NA|类名:MessageSequence<br>方法or属性:static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
857|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts|
858|新增|NA|类名:MessageSequence<br>方法or属性:static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts|
859|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:containFileDescriptors(): boolean;|@ohos.rpc.d.ts|
860|新增|NA|类名:MessageSequence<br>方法or属性:containFileDescriptors(): boolean;|@ohos.rpc.d.ts|
861|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
862|新增|NA|类名:MessageSequence<br>方法or属性:writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
863|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readFileDescriptor(): number;|@ohos.rpc.d.ts|
864|新增|NA|类名:MessageSequence<br>方法or属性:readFileDescriptor(): number;|@ohos.rpc.d.ts|
865|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts|
866|新增|NA|类名:MessageSequence<br>方法or属性:writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts|
867|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readAshmem(): Ashmem;|@ohos.rpc.d.ts|
868|新增|NA|类名:MessageSequence<br>方法or属性:readAshmem(): Ashmem;|@ohos.rpc.d.ts|
869|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:getRawDataCapacity(): number;|@ohos.rpc.d.ts|
870|新增|NA|类名:MessageSequence<br>方法or属性:getRawDataCapacity(): number;|@ohos.rpc.d.ts|
871|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts|
872|新增|NA|类名:MessageSequence<br>方法or属性:writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts|
873|新增|NA|模块名: ohos.rpc<br>类名: MessageSequence<br>方法 or 属性:readRawData(size: number): number[];|@ohos.rpc.d.ts|
874|新增|NA|类名:MessageSequence<br>方法or属性:readRawData(size: number): number[];|@ohos.rpc.d.ts|
875|新增|NA|模块名: ohos.rpc<br>类名: Parcelable|@ohos.rpc.d.ts|
876|新增|NA|类名:Parcelable<br>方法or属性:|@ohos.rpc.d.ts|
877|新增|NA|模块名: ohos.rpc<br>类名: Parcelable<br>方法 or 属性:marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts|
878|新增|NA|类名:Parcelable<br>方法or属性:marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts|
879|新增|NA|模块名: ohos.rpc<br>类名: Parcelable<br>方法 or 属性:unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts|
880|新增|NA|类名:Parcelable<br>方法or属性:unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts|
881|新增|NA|模块名: ohos.rpc<br>类名: RequestResult|@ohos.rpc.d.ts|
882|新增|NA|类名:RequestResult<br>方法or属性:|@ohos.rpc.d.ts|
883|新增|NA|模块名: ohos.rpc<br>类名: RequestResult<br>方法 or 属性:errCode: number;|@ohos.rpc.d.ts|
884|新增|NA|类名:RequestResult<br>方法or属性:errCode: number;|@ohos.rpc.d.ts|
885|新增|NA|模块名: ohos.rpc<br>类名: RequestResult<br>方法 or 属性:code: number;|@ohos.rpc.d.ts|
886|新增|NA|类名:RequestResult<br>方法or属性:code: number;|@ohos.rpc.d.ts|
887|新增|NA|模块名: ohos.rpc<br>类名: RequestResult<br>方法 or 属性:data: MessageSequence;|@ohos.rpc.d.ts|
888|新增|NA|类名:RequestResult<br>方法or属性:data: MessageSequence;|@ohos.rpc.d.ts|
889|新增|NA|模块名: ohos.rpc<br>类名: RequestResult<br>方法 or 属性:reply: MessageSequence;|@ohos.rpc.d.ts|
890|新增|NA|类名:RequestResult<br>方法or属性:reply: MessageSequence;|@ohos.rpc.d.ts|
891|新增|NA|类名:IRemoteObject<br>方法or属性:getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts|
892|新增|NA|类名:IRemoteObject<br>方法or属性:sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\<RequestResult>;|@ohos.rpc.d.ts|
893|新增|NA|类名:IRemoteObject<br>方法or属性:sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\<RequestResult>): void;|@ohos.rpc.d.ts|
894|新增|NA|类名:IRemoteObject<br>方法or属性:registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
895|新增|NA|类名:IRemoteObject<br>方法or属性:unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
896|新增|NA|类名:IRemoteObject<br>方法or属性:getDescriptor(): string;|@ohos.rpc.d.ts|
897|新增|NA|类名:MessageOption<br>方法or属性:TF_SYNC: number;|@ohos.rpc.d.ts|
898|新增|NA|类名:MessageOption<br>方法or属性:TF_ASYNC: number;|@ohos.rpc.d.ts|
899|新增|NA|类名:MessageOption<br>方法or属性:TF_ACCEPT_FDS: number;|@ohos.rpc.d.ts|
900|新增|NA|类名:MessageOption<br>方法or属性:TF_WAIT_TIME: number;|@ohos.rpc.d.ts|
901|新增|NA|类名:MessageOption<br>方法or属性:constructor(syncFlags?: number, waitTime?: number);|@ohos.rpc.d.ts|
902|新增|NA|类名:MessageOption<br>方法or属性:constructor(async?: boolean);|@ohos.rpc.d.ts|
903|新增|NA|类名:MessageOption<br>方法or属性:isAsync(): boolean;|@ohos.rpc.d.ts|
904|新增|NA|类名:MessageOption<br>方法or属性:setAsync(async: boolean): void;|@ohos.rpc.d.ts|
905|新增|NA|类名:RemoteObject<br>方法or属性:getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts|
906|新增|NA|类名:RemoteObject<br>方法or属性:getDescriptor(): string;|@ohos.rpc.d.ts|
907|新增|NA|类名:RemoteObject<br>方法or属性:onRemoteMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): boolean \| Promise\<boolean>;|@ohos.rpc.d.ts|
908|新增|NA|类名:RemoteObject<br>方法or属性:sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\<RequestResult>;|@ohos.rpc.d.ts|
909|新增|NA|类名:RemoteObject<br>方法or属性:sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\<RequestResult>): void;|@ohos.rpc.d.ts|
910|新增|NA|类名:RemoteObject<br>方法or属性:modifyLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;|@ohos.rpc.d.ts|
911|新增|NA|类名:RemoteProxy<br>方法or属性:PING_TRANSACTION: number;|@ohos.rpc.d.ts|
912|新增|NA|类名:RemoteProxy<br>方法or属性:DUMP_TRANSACTION: number;|@ohos.rpc.d.ts|
913|新增|NA|类名:RemoteProxy<br>方法or属性:INTERFACE_TRANSACTION: number;|@ohos.rpc.d.ts|
914|新增|NA|类名:RemoteProxy<br>方法or属性:MIN_TRANSACTION_ID: number;|@ohos.rpc.d.ts|
915|新增|NA|类名:RemoteProxy<br>方法or属性:MAX_TRANSACTION_ID: number;|@ohos.rpc.d.ts|
916|新增|NA|类名:RemoteProxy<br>方法or属性:getLocalInterface(interface: string): IRemoteBroker;|@ohos.rpc.d.ts|
917|新增|NA|类名:RemoteProxy<br>方法or属性:registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
918|新增|NA|类名:RemoteProxy<br>方法or属性:unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
919|新增|NA|类名:RemoteProxy<br>方法or属性:getDescriptor(): string;|@ohos.rpc.d.ts|
920|新增|NA|类名:RemoteProxy<br>方法or属性:sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\<RequestResult>;|@ohos.rpc.d.ts|
921|新增|NA|类名:RemoteProxy<br>方法or属性:sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\<RequestResult>): void;|@ohos.rpc.d.ts|
922|新增|NA|类名:IPCSkeleton<br>方法or属性:static flushCmdBuffer(object: IRemoteObject): void;|@ohos.rpc.d.ts|
923|新增|NA|类名:IPCSkeleton<br>方法or属性:static restoreCallingIdentity(identity: string): void;|@ohos.rpc.d.ts|
924|新增|NA|类名:Ashmem<br>方法or属性:PROT_EXEC: number;|@ohos.rpc.d.ts|
925|新增|NA|类名:Ashmem<br>方法or属性:PROT_NONE: number;|@ohos.rpc.d.ts|
926|新增|NA|类名:Ashmem<br>方法or属性:PROT_READ: number;|@ohos.rpc.d.ts|
927|新增|NA|类名:Ashmem<br>方法or属性:PROT_WRITE: number;|@ohos.rpc.d.ts|
928|新增|NA|类名:Ashmem<br>方法or属性:static create(name: string, size: number): Ashmem;|@ohos.rpc.d.ts|
929|新增|NA|类名:Ashmem<br>方法or属性:static create(ashmem: Ashmem): Ashmem;|@ohos.rpc.d.ts|
930|新增|NA|类名:Ashmem<br>方法or属性:mapTypedAshmem(mapType: number): void;|@ohos.rpc.d.ts|
931|新增|NA|类名:Ashmem<br>方法or属性:mapReadWriteAshmem(): void;|@ohos.rpc.d.ts|
932|新增|NA|类名:Ashmem<br>方法or属性:mapReadonlyAshmem(): void;|@ohos.rpc.d.ts|
933|新增|NA|类名:Ashmem<br>方法or属性:setProtectionType(protectionType: number): void;|@ohos.rpc.d.ts|
934|新增|NA|类名:Ashmem<br>方法or属性:writeAshmem(buf: number[], size: number, offset: number): void;|@ohos.rpc.d.ts|
935|新增|NA|类名:Ashmem<br>方法or属性:readAshmem(size: number, offset: number): number[];|@ohos.rpc.d.ts|
936|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager|@ohos.wifiManager.d.ts|
937|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function enableWifi(): void;|@ohos.wifiManager.d.ts|
938|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function disableWifi(): void;|@ohos.wifiManager.d.ts|
939|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isWifiActive(): boolean;|@ohos.wifiManager.d.ts|
940|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function scan(): void;|@ohos.wifiManager.d.ts|
941|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getScanResults(): Promise\<Array\<WifiScanInfo>>;|@ohos.wifiManager.d.ts|
942|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;|@ohos.wifiManager.d.ts|
943|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getScanResultsSync(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts|
944|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function addDeviceConfig(config: WifiDeviceConfig): Promise\<number>;|@ohos.wifiManager.d.ts|
945|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;|@ohos.wifiManager.d.ts|
946|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function addCandidateConfig(config: WifiDeviceConfig): Promise\<number>;|@ohos.wifiManager.d.ts|
947|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;|@ohos.wifiManager.d.ts|
948|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function removeCandidateConfig(networkId: number): Promise\<void>;|@ohos.wifiManager.d.ts|
949|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;|@ohos.wifiManager.d.ts|
950|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getCandidateConfigs(): Array\<WifiDeviceConfig>;|@ohos.wifiManager.d.ts|
951|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function connectToCandidateConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
952|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function connectToNetwork(networkId: number): void;|@ohos.wifiManager.d.ts|
953|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function connectToDevice(config: WifiDeviceConfig): void;|@ohos.wifiManager.d.ts|
954|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function disconnect(): void;|@ohos.wifiManager.d.ts|
955|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getSignalLevel(rssi: number, band: number): number;|@ohos.wifiManager.d.ts|
956|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getLinkedInfo(): Promise\<WifiLinkedInfo>;|@ohos.wifiManager.d.ts|
957|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;|@ohos.wifiManager.d.ts|
958|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isConnected(): boolean;|@ohos.wifiManager.d.ts|
959|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getSupportedFeatures(): number;|@ohos.wifiManager.d.ts|
960|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isFeatureSupported(featureId: number): boolean;|@ohos.wifiManager.d.ts|
961|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getDeviceMacAddress(): string[];|@ohos.wifiManager.d.ts|
962|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getIpInfo(): IpInfo;|@ohos.wifiManager.d.ts|
963|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getCountryCode(): string;|@ohos.wifiManager.d.ts|
964|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function reassociate(): void;|@ohos.wifiManager.d.ts|
965|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function reconnect(): void;|@ohos.wifiManager.d.ts|
966|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getDeviceConfigs(): Array\<WifiDeviceConfig>;|@ohos.wifiManager.d.ts|
967|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function updateNetwork(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
968|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function disableNetwork(netId: number): void;|@ohos.wifiManager.d.ts|
969|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function removeAllNetwork(): void;|@ohos.wifiManager.d.ts|
970|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function removeDevice(id: number): void;|@ohos.wifiManager.d.ts|
971|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function enableHotspot(): void;|@ohos.wifiManager.d.ts|
972|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function disableHotspot(): void;|@ohos.wifiManager.d.ts|
973|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isHotspotDualBandSupported(): boolean;|@ohos.wifiManager.d.ts|
974|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isHotspotActive(): boolean;|@ohos.wifiManager.d.ts|
975|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function setHotspotConfig(config: HotspotConfig): void;|@ohos.wifiManager.d.ts|
976|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getHotspotConfig(): HotspotConfig;|@ohos.wifiManager.d.ts|
977|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getStations(): Array\<StationInfo>;|@ohos.wifiManager.d.ts|
978|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pLinkedInfo(): Promise\<WifiP2pLinkedInfo>;|@ohos.wifiManager.d.ts|
979|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;|@ohos.wifiManager.d.ts|
980|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;|@ohos.wifiManager.d.ts|
981|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|@ohos.wifiManager.d.ts|
982|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;|@ohos.wifiManager.d.ts|
983|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;|@ohos.wifiManager.d.ts|
984|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pLocalDevice(): Promise\<WifiP2pDevice>;|@ohos.wifiManager.d.ts|
985|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;|@ohos.wifiManager.d.ts|
986|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function createGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
987|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function removeGroup(): void;|@ohos.wifiManager.d.ts|
988|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function p2pConnect(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
989|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function p2pCancelConnect(): void;|@ohos.wifiManager.d.ts|
990|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function startDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
991|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function stopDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
992|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function deletePersistentGroup(netId: number): void;|@ohos.wifiManager.d.ts|
993|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;|@ohos.wifiManager.d.ts|
994|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;|@ohos.wifiManager.d.ts|
995|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function setDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
996|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "wifiStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
997|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "wifiStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
998|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "wifiConnectionChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
999|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "wifiConnectionChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1000|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "wifiScanStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1001|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "wifiScanStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1002|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "wifiRssiChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1003|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "wifiRssiChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1004|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "streamChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1005|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "streamChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1006|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "deviceConfigChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1007|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "deviceConfigChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1008|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "hotspotStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1009|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "hotspotStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1010|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "hotspotStaJoin", callback: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1011|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "hotspotStaJoin", callback?: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1012|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "hotspotStaLeave", callback: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1013|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "hotspotStaLeave", callback?: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1014|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "p2pStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1015|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "p2pStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1016|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "p2pConnectionChange", callback: Callback\<WifiP2pLinkedInfo>): void;|@ohos.wifiManager.d.ts|
1017|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "p2pConnectionChange", callback?: Callback\<WifiP2pLinkedInfo>): void;|@ohos.wifiManager.d.ts|
1018|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;|@ohos.wifiManager.d.ts|
1019|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;|@ohos.wifiManager.d.ts|
1020|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;|@ohos.wifiManager.d.ts|
1021|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;|@ohos.wifiManager.d.ts|
1022|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "p2pPersistentGroupChange", callback: Callback\<void>): void;|@ohos.wifiManager.d.ts|
1023|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "p2pPersistentGroupChange", callback?: Callback\<void>): void;|@ohos.wifiManager.d.ts|
1024|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function on(type: "p2pDiscoveryChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1025|新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法 or 属性: function off(type: "p2pDiscoveryChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1026|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod|@ohos.wifiManager.d.ts|
1027|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_NONE|@ohos.wifiManager.d.ts|
1028|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PEAP|@ohos.wifiManager.d.ts|
1029|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TLS|@ohos.wifiManager.d.ts|
1030|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TTLS|@ohos.wifiManager.d.ts|
1031|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PWD|@ohos.wifiManager.d.ts|
1032|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_SIM|@ohos.wifiManager.d.ts|
1033|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA|@ohos.wifiManager.d.ts|
1034|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA_PRIME|@ohos.wifiManager.d.ts|
1035|新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_UNAUTH_TLS|@ohos.wifiManager.d.ts|
1036|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method|@ohos.wifiManager.d.ts|
1037|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_NONE|@ohos.wifiManager.d.ts|
1038|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_PAP|@ohos.wifiManager.d.ts|
1039|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_MSCHAP|@ohos.wifiManager.d.ts|
1040|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_MSCHAPV2|@ohos.wifiManager.d.ts|
1041|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_GTC|@ohos.wifiManager.d.ts|
1042|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_SIM|@ohos.wifiManager.d.ts|
1043|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_AKA|@ohos.wifiManager.d.ts|
1044|新增|NA|模块名: ohos.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_AKA_PRIME|@ohos.wifiManager.d.ts|
1045|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig|@ohos.wifiManager.d.ts|
1046|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: eapMethod: EapMethod;|@ohos.wifiManager.d.ts|
1047|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: phase2Method: Phase2Method;|@ohos.wifiManager.d.ts|
1048|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: identity: string;|@ohos.wifiManager.d.ts|
1049|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: anonymousIdentity: string;|@ohos.wifiManager.d.ts|
1050|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: password: string;|@ohos.wifiManager.d.ts|
1051|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: caCertAliases: string;|@ohos.wifiManager.d.ts|
1052|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: caPath: string;|@ohos.wifiManager.d.ts|
1053|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: clientCertAliases: string;|@ohos.wifiManager.d.ts|
1054|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: certEntry: Uint8Array;|@ohos.wifiManager.d.ts|
1055|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: certPassword: string;|@ohos.wifiManager.d.ts|
1056|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: altSubjectMatch: string;|@ohos.wifiManager.d.ts|
1057|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: domainSuffixMatch: string;|@ohos.wifiManager.d.ts|
1058|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: realm: string;|@ohos.wifiManager.d.ts|
1059|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: plmn: string;|@ohos.wifiManager.d.ts|
1060|新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig<br>方法 or 属性: eapSubId: number;|@ohos.wifiManager.d.ts|
1061|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig|@ohos.wifiManager.d.ts|
1062|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: ssid: string;|@ohos.wifiManager.d.ts|
1063|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: bssid?: string;|@ohos.wifiManager.d.ts|
1064|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: preSharedKey: string;|@ohos.wifiManager.d.ts|
1065|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: isHiddenSsid?: boolean;|@ohos.wifiManager.d.ts|
1066|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
1067|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: creatorUid?: number;|@ohos.wifiManager.d.ts|
1068|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: disableReason?: number;|@ohos.wifiManager.d.ts|
1069|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: netId?: number;|@ohos.wifiManager.d.ts|
1070|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: randomMacType?: number;|@ohos.wifiManager.d.ts|
1071|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: randomMacAddr?: string;|@ohos.wifiManager.d.ts|
1072|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: ipType?: IpType;|@ohos.wifiManager.d.ts|
1073|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: staticIp?: IpConfig;|@ohos.wifiManager.d.ts|
1074|新增|NA|模块名: ohos.wifiManager<br>类名: WifiDeviceConfig<br>方法 or 属性: eapConfig?: WifiEapConfig;|@ohos.wifiManager.d.ts|
1075|新增|NA|模块名: ohos.wifiManager<br>类名: IpConfig|@ohos.wifiManager.d.ts|
1076|新增|NA|模块名: ohos.wifiManager<br>类名: IpConfig<br>方法 or 属性: ipAddress: number;|@ohos.wifiManager.d.ts|
1077|新增|NA|模块名: ohos.wifiManager<br>类名: IpConfig<br>方法 or 属性: gateway: number;|@ohos.wifiManager.d.ts|
1078|新增|NA|模块名: ohos.wifiManager<br>类名: IpConfig<br>方法 or 属性: prefixLength: number;|@ohos.wifiManager.d.ts|
1079|新增|NA|模块名: ohos.wifiManager<br>类名: IpConfig<br>方法 or 属性: dnsServers: number[];|@ohos.wifiManager.d.ts|
1080|新增|NA|模块名: ohos.wifiManager<br>类名: IpConfig<br>方法 or 属性: domains: Array\<string>;|@ohos.wifiManager.d.ts|
1081|新增|NA|模块名: ohos.wifiManager<br>类名: WifiInfoElem|@ohos.wifiManager.d.ts|
1082|新增|NA|模块名: ohos.wifiManager<br>类名: WifiInfoElem<br>方法 or 属性: eid: number;|@ohos.wifiManager.d.ts|
1083|新增|NA|模块名: ohos.wifiManager<br>类名: WifiInfoElem<br>方法 or 属性: content: Uint8Array;|@ohos.wifiManager.d.ts|
1084|新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth|@ohos.wifiManager.d.ts|
1085|新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法 or 属性: WIDTH_20MHZ = 0|@ohos.wifiManager.d.ts|
1086|新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法 or 属性: WIDTH_40MHZ = 1|@ohos.wifiManager.d.ts|
1087|新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法 or 属性: WIDTH_80MHZ = 2|@ohos.wifiManager.d.ts|
1088|新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法 or 属性: WIDTH_160MHZ = 3|@ohos.wifiManager.d.ts|
1089|新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法 or 属性: WIDTH_80MHZ_PLUS = 4|@ohos.wifiManager.d.ts|
1090|新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法 or 属性: WIDTH_INVALID|@ohos.wifiManager.d.ts|
1091|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo|@ohos.wifiManager.d.ts|
1092|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: ssid: string;|@ohos.wifiManager.d.ts|
1093|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: bssid: string;|@ohos.wifiManager.d.ts|
1094|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: capabilities: string;|@ohos.wifiManager.d.ts|
1095|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
1096|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: rssi: number;|@ohos.wifiManager.d.ts|
1097|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: band: number;|@ohos.wifiManager.d.ts|
1098|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: frequency: number;|@ohos.wifiManager.d.ts|
1099|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: channelWidth: number;|@ohos.wifiManager.d.ts|
1100|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: centerFrequency0: number;|@ohos.wifiManager.d.ts|
1101|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: centerFrequency1: number;|@ohos.wifiManager.d.ts|
1102|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: infoElems: Array\<WifiInfoElem>;|@ohos.wifiManager.d.ts|
1103|新增|NA|模块名: ohos.wifiManager<br>类名: WifiScanInfo<br>方法 or 属性: timestamp: number;|@ohos.wifiManager.d.ts|
1104|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType|@ohos.wifiManager.d.ts|
1105|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_INVALID = 0|@ohos.wifiManager.d.ts|
1106|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_OPEN = 1|@ohos.wifiManager.d.ts|
1107|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WEP = 2|@ohos.wifiManager.d.ts|
1108|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_PSK = 3|@ohos.wifiManager.d.ts|
1109|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_SAE = 4|@ohos.wifiManager.d.ts|
1110|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_EAP = 5|@ohos.wifiManager.d.ts|
1111|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.wifiManager.d.ts|
1112|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_OWE = 7|@ohos.wifiManager.d.ts|
1113|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.wifiManager.d.ts|
1114|新增|NA|模块名: ohos.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.wifiManager.d.ts|
1115|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo|@ohos.wifiManager.d.ts|
1116|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: ssid: string;|@ohos.wifiManager.d.ts|
1117|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: bssid: string;|@ohos.wifiManager.d.ts|
1118|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: networkId: number;|@ohos.wifiManager.d.ts|
1119|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: rssi: number;|@ohos.wifiManager.d.ts|
1120|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: band: number;|@ohos.wifiManager.d.ts|
1121|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: linkSpeed: number;|@ohos.wifiManager.d.ts|
1122|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: frequency: number;|@ohos.wifiManager.d.ts|
1123|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: isHidden: boolean;|@ohos.wifiManager.d.ts|
1124|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: isRestricted: boolean;|@ohos.wifiManager.d.ts|
1125|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: chload: number;|@ohos.wifiManager.d.ts|
1126|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: snr: number;|@ohos.wifiManager.d.ts|
1127|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: macType: number;|@ohos.wifiManager.d.ts|
1128|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: macAddress: string;|@ohos.wifiManager.d.ts|
1129|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: ipAddress: number;|@ohos.wifiManager.d.ts|
1130|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: suppState: SuppState;|@ohos.wifiManager.d.ts|
1131|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性: connState: ConnState;|@ohos.wifiManager.d.ts|
1132|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo|@ohos.wifiManager.d.ts|
1133|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo<br>方法 or 属性: ipAddress: number;|@ohos.wifiManager.d.ts|
1134|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo<br>方法 or 属性: gateway: number;|@ohos.wifiManager.d.ts|
1135|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo<br>方法 or 属性: netmask: number;|@ohos.wifiManager.d.ts|
1136|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo<br>方法 or 属性: primaryDns: number;|@ohos.wifiManager.d.ts|
1137|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo<br>方法 or 属性: secondDns: number;|@ohos.wifiManager.d.ts|
1138|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo<br>方法 or 属性: serverIp: number;|@ohos.wifiManager.d.ts|
1139|新增|NA|模块名: ohos.wifiManager<br>类名: IpInfo<br>方法 or 属性: leaseDuration: number;|@ohos.wifiManager.d.ts|
1140|新增|NA|模块名: ohos.wifiManager<br>类名: HotspotConfig|@ohos.wifiManager.d.ts|
1141|新增|NA|模块名: ohos.wifiManager<br>类名: HotspotConfig<br>方法 or 属性: ssid: string;|@ohos.wifiManager.d.ts|
1142|新增|NA|模块名: ohos.wifiManager<br>类名: HotspotConfig<br>方法 or 属性: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
1143|新增|NA|模块名: ohos.wifiManager<br>类名: HotspotConfig<br>方法 or 属性: band: number;|@ohos.wifiManager.d.ts|
1144|新增|NA|模块名: ohos.wifiManager<br>类名: HotspotConfig<br>方法 or 属性: preSharedKey: string;|@ohos.wifiManager.d.ts|
1145|新增|NA|模块名: ohos.wifiManager<br>类名: HotspotConfig<br>方法 or 属性: maxConn: number;|@ohos.wifiManager.d.ts|
1146|新增|NA|模块名: ohos.wifiManager<br>类名: StationInfo|@ohos.wifiManager.d.ts|
1147|新增|NA|模块名: ohos.wifiManager<br>类名: StationInfo<br>方法 or 属性: name: string;|@ohos.wifiManager.d.ts|
1148|新增|NA|模块名: ohos.wifiManager<br>类名: StationInfo<br>方法 or 属性: macAddress: string;|@ohos.wifiManager.d.ts|
1149|新增|NA|模块名: ohos.wifiManager<br>类名: StationInfo<br>方法 or 属性: ipAddress: string;|@ohos.wifiManager.d.ts|
1150|新增|NA|模块名: ohos.wifiManager<br>类名: IpType|@ohos.wifiManager.d.ts|
1151|新增|NA|模块名: ohos.wifiManager<br>类名: IpType<br>方法 or 属性: STATIC|@ohos.wifiManager.d.ts|
1152|新增|NA|模块名: ohos.wifiManager<br>类名: IpType<br>方法 or 属性: DHCP|@ohos.wifiManager.d.ts|
1153|新增|NA|模块名: ohos.wifiManager<br>类名: IpType<br>方法 or 属性: UNKNOWN|@ohos.wifiManager.d.ts|
1154|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState|@ohos.wifiManager.d.ts|
1155|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: DISCONNECTED|@ohos.wifiManager.d.ts|
1156|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: INTERFACE_DISABLED|@ohos.wifiManager.d.ts|
1157|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: INACTIVE|@ohos.wifiManager.d.ts|
1158|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: SCANNING|@ohos.wifiManager.d.ts|
1159|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: AUTHENTICATING|@ohos.wifiManager.d.ts|
1160|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: ASSOCIATING|@ohos.wifiManager.d.ts|
1161|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: ASSOCIATED|@ohos.wifiManager.d.ts|
1162|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: FOUR_WAY_HANDSHAKE|@ohos.wifiManager.d.ts|
1163|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: GROUP_HANDSHAKE|@ohos.wifiManager.d.ts|
1164|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: COMPLETED|@ohos.wifiManager.d.ts|
1165|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: UNINITIALIZED|@ohos.wifiManager.d.ts|
1166|新增|NA|模块名: ohos.wifiManager<br>类名: SuppState<br>方法 or 属性: INVALID|@ohos.wifiManager.d.ts|
1167|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState|@ohos.wifiManager.d.ts|
1168|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: SCANNING|@ohos.wifiManager.d.ts|
1169|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: CONNECTING|@ohos.wifiManager.d.ts|
1170|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: AUTHENTICATING|@ohos.wifiManager.d.ts|
1171|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: OBTAINING_IPADDR|@ohos.wifiManager.d.ts|
1172|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: CONNECTED|@ohos.wifiManager.d.ts|
1173|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: DISCONNECTING|@ohos.wifiManager.d.ts|
1174|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: DISCONNECTED|@ohos.wifiManager.d.ts|
1175|新增|NA|模块名: ohos.wifiManager<br>类名: ConnState<br>方法 or 属性: UNKNOWN|@ohos.wifiManager.d.ts|
1176|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pDevice|@ohos.wifiManager.d.ts|
1177|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pDevice<br>方法 or 属性: deviceName: string;|@ohos.wifiManager.d.ts|
1178|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pDevice<br>方法 or 属性: deviceAddress: string;|@ohos.wifiManager.d.ts|
1179|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pDevice<br>方法 or 属性: primaryDeviceType: string;|@ohos.wifiManager.d.ts|
1180|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pDevice<br>方法 or 属性: deviceStatus: P2pDeviceStatus;|@ohos.wifiManager.d.ts|
1181|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pDevice<br>方法 or 属性: groupCapabilities: number;|@ohos.wifiManager.d.ts|
1182|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2PConfig|@ohos.wifiManager.d.ts|
1183|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2PConfig<br>方法 or 属性: deviceAddress: string;|@ohos.wifiManager.d.ts|
1184|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2PConfig<br>方法 or 属性: netId: number;|@ohos.wifiManager.d.ts|
1185|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2PConfig<br>方法 or 属性: passphrase: string;|@ohos.wifiManager.d.ts|
1186|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2PConfig<br>方法 or 属性: groupName: string;|@ohos.wifiManager.d.ts|
1187|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2PConfig<br>方法 or 属性: goBand: GroupOwnerBand;|@ohos.wifiManager.d.ts|
1188|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo|@ohos.wifiManager.d.ts|
1189|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: isP2pGo: boolean;|@ohos.wifiManager.d.ts|
1190|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: ownerInfo: WifiP2pDevice;|@ohos.wifiManager.d.ts|
1191|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: passphrase: string;|@ohos.wifiManager.d.ts|
1192|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: interface: string;|@ohos.wifiManager.d.ts|
1193|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: groupName: string;|@ohos.wifiManager.d.ts|
1194|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: networkId: number;|@ohos.wifiManager.d.ts|
1195|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: frequency: number;|@ohos.wifiManager.d.ts|
1196|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: clientDevices: WifiP2pDevice[];|@ohos.wifiManager.d.ts|
1197|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pGroupInfo<br>方法 or 属性: goIpAddress: string;|@ohos.wifiManager.d.ts|
1198|新增|NA|模块名: ohos.wifiManager<br>类名: P2pConnectState|@ohos.wifiManager.d.ts|
1199|新增|NA|模块名: ohos.wifiManager<br>类名: P2pConnectState<br>方法 or 属性: DISCONNECTED = 0|@ohos.wifiManager.d.ts|
1200|新增|NA|模块名: ohos.wifiManager<br>类名: P2pConnectState<br>方法 or 属性: CONNECTED = 1|@ohos.wifiManager.d.ts|
1201|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pLinkedInfo|@ohos.wifiManager.d.ts|
1202|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pLinkedInfo<br>方法 or 属性: connectState: P2pConnectState;|@ohos.wifiManager.d.ts|
1203|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pLinkedInfo<br>方法 or 属性: isGroupOwner: boolean;|@ohos.wifiManager.d.ts|
1204|新增|NA|模块名: ohos.wifiManager<br>类名: WifiP2pLinkedInfo<br>方法 or 属性: groupOwnerAddr: string;|@ohos.wifiManager.d.ts|
1205|新增|NA|模块名: ohos.wifiManager<br>类名: P2pDeviceStatus|@ohos.wifiManager.d.ts|
1206|新增|NA|模块名: ohos.wifiManager<br>类名: P2pDeviceStatus<br>方法 or 属性: CONNECTED = 0|@ohos.wifiManager.d.ts|
1207|新增|NA|模块名: ohos.wifiManager<br>类名: P2pDeviceStatus<br>方法 or 属性: INVITED = 1|@ohos.wifiManager.d.ts|
1208|新增|NA|模块名: ohos.wifiManager<br>类名: P2pDeviceStatus<br>方法 or 属性: FAILED = 2|@ohos.wifiManager.d.ts|
1209|新增|NA|模块名: ohos.wifiManager<br>类名: P2pDeviceStatus<br>方法 or 属性: AVAILABLE = 3|@ohos.wifiManager.d.ts|
1210|新增|NA|模块名: ohos.wifiManager<br>类名: P2pDeviceStatus<br>方法 or 属性: UNAVAILABLE = 4|@ohos.wifiManager.d.ts|
1211|新增|NA|模块名: ohos.wifiManager<br>类名: GroupOwnerBand|@ohos.wifiManager.d.ts|
1212|新增|NA|模块名: ohos.wifiManager<br>类名: GroupOwnerBand<br>方法 or 属性: GO_BAND_AUTO = 0|@ohos.wifiManager.d.ts|
1213|新增|NA|模块名: ohos.wifiManager<br>类名: GroupOwnerBand<br>方法 or 属性: GO_BAND_2GHZ = 1|@ohos.wifiManager.d.ts|
1214|新增|NA|模块名: ohos.wifiManager<br>类名: GroupOwnerBand<br>方法 or 属性: GO_BAND_5GHZ = 2|@ohos.wifiManager.d.ts|
1215|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt|@ohos.wifiManagerExt.d.ts|
1216|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt<br>方法 or 属性: function enableHotspot(): void;|@ohos.wifiManagerExt.d.ts|
1217|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt<br>方法 or 属性: function disableHotspot(): void;|@ohos.wifiManagerExt.d.ts|
1218|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt<br>方法 or 属性: function getSupportedPowerMode(): Promise\<Array\<PowerMode>>;|@ohos.wifiManagerExt.d.ts|
1219|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt<br>方法 or 属性: function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;|@ohos.wifiManagerExt.d.ts|
1220|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt<br>方法 or 属性: function getPowerMode (): Promise\<PowerMode>;|@ohos.wifiManagerExt.d.ts|
1221|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt<br>方法 or 属性: function getPowerMode (callback: AsyncCallback\<PowerMode>): void;|@ohos.wifiManagerExt.d.ts|
1222|新增|NA|模块名: ohos.wifiManagerExt<br>类名: wifiManagerExt<br>方法 or 属性: function setPowerMode(mode: PowerMode) : void|@ohos.wifiManagerExt.d.ts|
1223|新增|NA|模块名: ohos.wifiManagerExt<br>类名: PowerMode|@ohos.wifiManagerExt.d.ts|
1224|新增|NA|模块名: ohos.wifiManagerExt<br>类名: PowerMode<br>方法 or 属性: SLEEPING = 0|@ohos.wifiManagerExt.d.ts|
1225|新增|NA|模块名: ohos.wifiManagerExt<br>类名: PowerMode<br>方法 or 属性: GENERAL = 1|@ohos.wifiManagerExt.d.ts|
1226|新增|NA|模块名: ohos.wifiManagerExt<br>类名: PowerMode<br>方法 or 属性: THROUGH_WALL = 2|@ohos.wifiManagerExt.d.ts|
1227|新增|NA|模块名: nfctech<br>类名: IsoDepTag|nfctech.d.ts|
1228|新增|NA|类名:IsoDepTag<br>方法or属性:|nfctech.d.ts|
1229|新增|NA|模块名: nfctech<br>类名: IsoDepTag<br>方法 or 属性:getHistoricalBytes(): number[];|nfctech.d.ts|
1230|新增|NA|类名:IsoDepTag<br>方法or属性:getHistoricalBytes(): number[];|nfctech.d.ts|
1231|新增|NA|模块名: nfctech<br>类名: IsoDepTag<br>方法 or 属性:getHiLayerResponse(): number[];|nfctech.d.ts|
1232|新增|NA|类名:IsoDepTag<br>方法or属性:getHiLayerResponse(): number[];|nfctech.d.ts|
1233|新增|NA|模块名: nfctech<br>类名: IsoDepTag<br>方法 or 属性:isExtendedApduSupported(): Promise\<boolean>;|nfctech.d.ts|
1234|新增|NA|类名:IsoDepTag<br>方法or属性:isExtendedApduSupported(): Promise\<boolean>;|nfctech.d.ts|
1235|新增|NA|模块名: nfctech<br>类名: IsoDepTag<br>方法 or 属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;|nfctech.d.ts|
1236|新增|NA|类名:IsoDepTag<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;|nfctech.d.ts|
1237|新增|NA|模块名: nfctech<br>类名: NdefMessage|nfctech.d.ts|
1238|新增|NA|类名:NdefMessage<br>方法or属性:|nfctech.d.ts|
1239|新增|NA|模块名: nfctech<br>类名: NdefMessage<br>方法 or 属性:getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts|
1240|新增|NA|类名:NdefMessage<br>方法or属性:getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts|
1241|新增|NA|模块名: nfctech<br>类名: NdefTag|nfctech.d.ts|
1242|新增|NA|类名:NdefTag<br>方法or属性:|nfctech.d.ts|
1243|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:getNdefTagType(): tag.NfcForumType;|nfctech.d.ts|
1244|新增|NA|类名:NdefTag<br>方法or属性:getNdefTagType(): tag.NfcForumType;|nfctech.d.ts|
1245|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:getNdefMessage(): NdefMessage;|nfctech.d.ts|
1246|新增|NA|类名:NdefTag<br>方法or属性:getNdefMessage(): NdefMessage;|nfctech.d.ts|
1247|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:isNdefWritable(): boolean;|nfctech.d.ts|
1248|新增|NA|类名:NdefTag<br>方法or属性:isNdefWritable(): boolean;|nfctech.d.ts|
1249|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:readNdef(): Promise\<NdefMessage>;|nfctech.d.ts|
1250|新增|NA|类名:NdefTag<br>方法or属性:readNdef(): Promise\<NdefMessage>;|nfctech.d.ts|
1251|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;|nfctech.d.ts|
1252|新增|NA|类名:NdefTag<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;|nfctech.d.ts|
1253|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:writeNdef(msg: NdefMessage): Promise\<void>;|nfctech.d.ts|
1254|新增|NA|类名:NdefTag<br>方法or属性:writeNdef(msg: NdefMessage): Promise\<void>;|nfctech.d.ts|
1255|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1256|新增|NA|类名:NdefTag<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1257|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:canSetReadOnly(): boolean;|nfctech.d.ts|
1258|新增|NA|类名:NdefTag<br>方法or属性:canSetReadOnly(): boolean;|nfctech.d.ts|
1259|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:setReadOnly(): Promise\<void>;|nfctech.d.ts|
1260|新增|NA|类名:NdefTag<br>方法or属性:setReadOnly(): Promise\<void>;|nfctech.d.ts|
1261|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:setReadOnly(callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1262|新增|NA|类名:NdefTag<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1263|新增|NA|模块名: nfctech<br>类名: NdefTag<br>方法 or 属性:getNdefTagTypeString(type: tag.NfcForumType): string;|nfctech.d.ts|
1264|新增|NA|类名:NdefTag<br>方法or属性:getNdefTagTypeString(type: tag.NfcForumType): string;|nfctech.d.ts|
1265|新增|NA|模块名: nfctech<br>类名: MifareClassicTag|nfctech.d.ts|
1266|新增|NA|类名:MifareClassicTag<br>方法or属性:|nfctech.d.ts|
1267|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean): Promise\<void>;|nfctech.d.ts|
1268|新增|NA|类名:MifareClassicTag<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean): Promise\<void>;|nfctech.d.ts|
1269|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1270|新增|NA|类名:MifareClassicTag<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1271|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:readSingleBlock(blockIndex: number): Promise\<number[]>;|nfctech.d.ts|
1272|新增|NA|类名:MifareClassicTag<br>方法or属性:readSingleBlock(blockIndex: number): Promise\<number[]>;|nfctech.d.ts|
1273|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1274|新增|NA|类名:MifareClassicTag<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1275|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:writeSingleBlock(blockIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1276|新增|NA|类名:MifareClassicTag<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1277|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1278|新增|NA|类名:MifareClassicTag<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1279|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:incrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1280|新增|NA|类名:MifareClassicTag<br>方法or属性:incrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1281|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1282|新增|NA|类名:MifareClassicTag<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1283|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:decrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1284|新增|NA|类名:MifareClassicTag<br>方法or属性:decrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1285|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1286|新增|NA|类名:MifareClassicTag<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1287|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:transferToBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1288|新增|NA|类名:MifareClassicTag<br>方法or属性:transferToBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1289|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1290|新增|NA|类名:MifareClassicTag<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1291|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:restoreFromBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1292|新增|NA|类名:MifareClassicTag<br>方法or属性:restoreFromBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1293|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1294|新增|NA|类名:MifareClassicTag<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1295|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:getSectorCount(): number;|nfctech.d.ts|
1296|新增|NA|类名:MifareClassicTag<br>方法or属性:getSectorCount(): number;|nfctech.d.ts|
1297|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:getBlockCountInSector(sectorIndex: number): number;|nfctech.d.ts|
1298|新增|NA|类名:MifareClassicTag<br>方法or属性:getBlockCountInSector(sectorIndex: number): number;|nfctech.d.ts|
1299|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:getType(): tag.MifareClassicType;|nfctech.d.ts|
1300|新增|NA|类名:MifareClassicTag<br>方法or属性:getType(): tag.MifareClassicType;|nfctech.d.ts|
1301|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:getTagSize(): number;|nfctech.d.ts|
1302|新增|NA|类名:MifareClassicTag<br>方法or属性:getTagSize(): number;|nfctech.d.ts|
1303|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:isEmulatedTag(): boolean;|nfctech.d.ts|
1304|新增|NA|类名:MifareClassicTag<br>方法or属性:isEmulatedTag(): boolean;|nfctech.d.ts|
1305|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:getBlockIndex(sectorIndex: number): number;|nfctech.d.ts|
1306|新增|NA|类名:MifareClassicTag<br>方法or属性:getBlockIndex(sectorIndex: number): number;|nfctech.d.ts|
1307|新增|NA|模块名: nfctech<br>类名: MifareClassicTag<br>方法 or 属性:getSectorIndex(blockIndex: number): number;|nfctech.d.ts|
1308|新增|NA|类名:MifareClassicTag<br>方法or属性:getSectorIndex(blockIndex: number): number;|nfctech.d.ts|
1309|新增|NA|模块名: nfctech<br>类名: MifareUltralightTag|nfctech.d.ts|
1310|新增|NA|类名:MifareUltralightTag<br>方法or属性:|nfctech.d.ts|
1311|新增|NA|模块名: nfctech<br>类名: MifareUltralightTag<br>方法 or 属性:readMultiplePages(pageIndex: number): Promise\<number[]>;|nfctech.d.ts|
1312|新增|NA|类名:MifareUltralightTag<br>方法or属性:readMultiplePages(pageIndex: number): Promise\<number[]>;|nfctech.d.ts|
1313|新增|NA|模块名: nfctech<br>类名: MifareUltralightTag<br>方法 or 属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1314|新增|NA|类名:MifareUltralightTag<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1315|新增|NA|模块名: nfctech<br>类名: MifareUltralightTag<br>方法 or 属性:writeSinglePage(pageIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1316|新增|NA|类名:MifareUltralightTag<br>方法or属性:writeSinglePage(pageIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1317|新增|NA|模块名: nfctech<br>类名: MifareUltralightTag<br>方法 or 属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1318|新增|NA|类名:MifareUltralightTag<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1319|新增|NA|模块名: nfctech<br>类名: MifareUltralightTag<br>方法 or 属性:getType(): tag.MifareUltralightType;|nfctech.d.ts|
1320|新增|NA|类名:MifareUltralightTag<br>方法or属性:getType(): tag.MifareUltralightType;|nfctech.d.ts|
1321|新增|NA|模块名: nfctech<br>类名: NdefFormatableTag|nfctech.d.ts|
1322|新增|NA|类名:NdefFormatableTag<br>方法or属性:|nfctech.d.ts|
1323|新增|NA|模块名: nfctech<br>类名: NdefFormatableTag<br>方法 or 属性:format(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1324|新增|NA|类名:NdefFormatableTag<br>方法or属性:format(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1325|新增|NA|模块名: nfctech<br>类名: NdefFormatableTag<br>方法 or 属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1326|新增|NA|类名:NdefFormatableTag<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1327|新增|NA|模块名: nfctech<br>类名: NdefFormatableTag<br>方法 or 属性:formatReadOnly(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1328|新增|NA|类名:NdefFormatableTag<br>方法or属性:formatReadOnly(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1329|新增|NA|模块名: nfctech<br>类名: NdefFormatableTag<br>方法 or 属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1330|新增|NA|类名:NdefFormatableTag<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1331|新增|NA|类名:TagSession<br>方法or属性:connect(): void;|tagSession.d.ts|
1332|新增|NA|类名:TagSession<br>方法or属性:resetConnection(): void;|tagSession.d.ts|
1333|新增|NA|类名:TagSession<br>方法or属性:isConnected(): boolean;|tagSession.d.ts|
1334|新增|NA|类名:TagSession<br>方法or属性:setTimeout(timeout: number): void;|tagSession.d.ts|
1335|新增|NA|类名:TagSession<br>方法or属性:getTimeout(): number;|tagSession.d.ts|
1336|新增|NA|类名:TagSession<br>方法or属性:transmit(data: number[]): Promise\<number[]>;|tagSession.d.ts|
1337|新增|NA|类名:TagSession<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;|tagSession.d.ts|
1338|新增|NA|类名:TagSession<br>方法or属性:getMaxTransmitSize(): number;|tagSession.d.ts|
1339|删除|模块名:ohos.rpc<br>类名:IRemoteObject|NA|@ohos.rpc.d.ts|
1340|废弃版本有变化|类名:bluetooth<br>废弃版本:N/A|类名:bluetooth<br>废弃版本:9<br>代替接口:ohos.bluetoothManager |@ohos.bluetooth.d.ts|
1341|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getState(): BluetoothState;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getState(): BluetoothState;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getState     |@ohos.bluetooth.d.ts|
1342|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getBtConnectionState(): ProfileConnectionState;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getBtConnectionState(): ProfileConnectionState;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getBtConnectionState     |@ohos.bluetooth.d.ts|
1343|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function pairDevice(deviceId: string): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function pairDevice(deviceId: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.pairDevice     |@ohos.bluetooth.d.ts|
1344|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function cancelPairedDevice(deviceId: string): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function cancelPairedDevice(deviceId: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.cancelPairedDevice     |@ohos.bluetooth.d.ts|
1345|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getRemoteDeviceName(deviceId: string): string;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getRemoteDeviceName(deviceId: string): string;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getRemoteDeviceName     |@ohos.bluetooth.d.ts|
1346|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getRemoteDeviceClass     |@ohos.bluetooth.d.ts|
1347|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function enableBluetooth(): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function enableBluetooth(): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.enableBluetooth     |@ohos.bluetooth.d.ts|
1348|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function disableBluetooth(): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function disableBluetooth(): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.disableBluetooth     |@ohos.bluetooth.d.ts|
1349|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getLocalName(): string;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getLocalName(): string;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getLocalName     |@ohos.bluetooth.d.ts|
1350|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getPairedDevices(): Array\<string>;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getPairedDevices(): Array\<string>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getPairedDevices     |@ohos.bluetooth.d.ts|
1351|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getProfileConnState(profileId: ProfileId): ProfileConnectionState;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getProfileConnState(profileId: ProfileId): ProfileConnectionState;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getProfileConnectionState     |@ohos.bluetooth.d.ts|
1352|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function setDevicePairingConfirmation(device: string, accept: boolean): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function setDevicePairingConfirmation(device: string, accept: boolean): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.setDevicePairingConfirmation     |@ohos.bluetooth.d.ts|
1353|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function setLocalName(name: string): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function setLocalName(name: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.setLocalName     |@ohos.bluetooth.d.ts|
1354|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.setBluetoothScanMode     |@ohos.bluetooth.d.ts|
1355|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getBluetoothScanMode(): ScanMode;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getBluetoothScanMode(): ScanMode;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getBluetoothScanMode     |@ohos.bluetooth.d.ts|
1356|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function startBluetoothDiscovery(): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function startBluetoothDiscovery(): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.startBluetoothDiscovery     |@ohos.bluetooth.d.ts|
1357|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function stopBluetoothDiscovery(): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function stopBluetoothDiscovery(): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.stopBluetoothDiscovery     |@ohos.bluetooth.d.ts|
1358|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1359|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1360|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1361|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1362|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1363|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1364|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function on(type: "stateChange", callback: Callback\<BluetoothState>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function on(type: "stateChange", callback: Callback\<BluetoothState>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1365|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1366|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.sppListen     |@ohos.bluetooth.d.ts|
1367|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.sppAccept     |@ohos.bluetooth.d.ts|
1368|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.sppConnect     |@ohos.bluetooth.d.ts|
1369|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function sppCloseServerSocket(socket: number): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function sppCloseServerSocket(socket: number): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.sppCloseServerSocket     |@ohos.bluetooth.d.ts|
1370|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function sppCloseClientSocket(socket: number): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function sppCloseClientSocket(socket: number): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.sppCloseClientSocket     |@ohos.bluetooth.d.ts|
1371|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.sppWrite     |@ohos.bluetooth.d.ts|
1372|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1373|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1374|废弃版本有变化|类名:bluetooth<br>方法 or 属性:function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;<br>废弃版本:N/A|类名:bluetooth<br>方法 or 属性:function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.getProfileInstance     |@ohos.bluetooth.d.ts|
1375|废弃版本有变化|类名:BaseProfile<br>废弃版本:N/A|类名:BaseProfile<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BaseProfile     |@ohos.bluetooth.d.ts|
1376|废弃版本有变化|类名:BaseProfile<br>方法 or 属性:getConnectionDevices(): Array\<string>;<br>废弃版本:N/A|类名:BaseProfile<br>方法 or 属性:getConnectionDevices(): Array\<string>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts|
1377|废弃版本有变化|类名:BaseProfile<br>方法 or 属性:getDeviceState(device: string): ProfileConnectionState;<br>废弃版本:N/A|类名:BaseProfile<br>方法 or 属性:getDeviceState(device: string): ProfileConnectionState;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts|
1378|废弃版本有变化|类名:A2dpSourceProfile<br>废弃版本:N/A|类名:A2dpSourceProfile<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile     |@ohos.bluetooth.d.ts|
1379|废弃版本有变化|类名:A2dpSourceProfile<br>方法 or 属性:connect(device: string): boolean;<br>废弃版本:N/A|类名:A2dpSourceProfile<br>方法 or 属性:connect(device: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
1380|废弃版本有变化|类名:A2dpSourceProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>废弃版本:N/A|类名:A2dpSourceProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
1381|废弃版本有变化|类名:A2dpSourceProfile<br>方法 or 属性:on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>废弃版本:N/A|类名:A2dpSourceProfile<br>方法 or 属性:on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.on|@ohos.bluetooth.d.ts|
1382|废弃版本有变化|类名:A2dpSourceProfile<br>方法 or 属性:off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>废弃版本:N/A|类名:A2dpSourceProfile<br>方法 or 属性:off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.off|@ohos.bluetooth.d.ts|
1383|废弃版本有变化|类名:A2dpSourceProfile<br>方法 or 属性:getPlayingState(device: string): PlayingState;<br>废弃版本:N/A|类名:A2dpSourceProfile<br>方法 or 属性:getPlayingState(device: string): PlayingState;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
1384|废弃版本有变化|类名:HandsFreeAudioGatewayProfile<br>废弃版本:N/A|类名:HandsFreeAudioGatewayProfile<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile     |@ohos.bluetooth.d.ts|
1385|废弃版本有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:connect(device: string): boolean;<br>废弃版本:N/A|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:connect(device: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts|
1386|废弃版本有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>废弃版本:N/A|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts|
1387|废弃版本有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>废弃版本:N/A|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.on|@ohos.bluetooth.d.ts|
1388|废弃版本有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>废弃版本:N/A|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.off|@ohos.bluetooth.d.ts|
1389|废弃版本有变化|类名:BLE<br>方法 or 属性:function createGattServer(): GattServer;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function createGattServer(): GattServer;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLE.createGattServer         |@ohos.bluetooth.d.ts|
1390|废弃版本有变化|类名:BLE<br>方法 or 属性:function createGattClientDevice(deviceId: string): GattClientDevice;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function createGattClientDevice(deviceId: string): GattClientDevice;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLE.createGattClientDevice         |@ohos.bluetooth.d.ts|
1391|废弃版本有变化|类名:BLE<br>方法 or 属性:function getConnectedBLEDevices(): Array\<string>;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function getConnectedBLEDevices(): Array\<string>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLE.getConnectedBLEDevices         |@ohos.bluetooth.d.ts|
1392|废弃版本有变化|类名:BLE<br>方法 or 属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLE.startBLEScan         |@ohos.bluetooth.d.ts|
1393|废弃版本有变化|类名:BLE<br>方法 or 属性:function stopBLEScan(): void;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function stopBLEScan(): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLE.stopBLEScan         |@ohos.bluetooth.d.ts|
1394|废弃版本有变化|类名:BLE<br>方法 or 属性:function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLE.on|@ohos.bluetooth.d.ts|
1395|废弃版本有变化|类名:BLE<br>方法 or 属性:function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLE.off|@ohos.bluetooth.d.ts|
1396|废弃版本有变化|类名:GattServer<br>废弃版本:N/A|类名:GattServer<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer     |@ohos.bluetooth.d.ts|
1397|废弃版本有变化|类名:GattServer<br>方法 or 属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1398|废弃版本有变化|类名:GattServer<br>方法 or 属性:stopAdvertising(): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:stopAdvertising(): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1399|废弃版本有变化|类名:GattServer<br>方法 or 属性:addService(service: GattService): boolean;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:addService(service: GattService): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1400|废弃版本有变化|类名:GattServer<br>方法 or 属性:removeService(serviceUuid: string): boolean;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:removeService(serviceUuid: string): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1401|废弃版本有变化|类名:GattServer<br>方法 or 属性:close(): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:close(): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1402|废弃版本有变化|类名:GattServer<br>方法 or 属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1403|废弃版本有变化|类名:GattServer<br>方法 or 属性:sendResponse(serverResponse: ServerResponse): boolean;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:sendResponse(serverResponse: ServerResponse): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1404|废弃版本有变化|类名:GattServer<br>方法 or 属性:on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1405|废弃版本有变化|类名:GattServer<br>方法 or 属性:off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1406|废弃版本有变化|类名:GattServer<br>方法 or 属性:on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1407|废弃版本有变化|类名:GattServer<br>方法 or 属性:off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1408|废弃版本有变化|类名:GattServer<br>方法 or 属性:on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1409|废弃版本有变化|类名:GattServer<br>方法 or 属性:off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1410|废弃版本有变化|类名:GattServer<br>方法 or 属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1411|废弃版本有变化|类名:GattServer<br>方法 or 属性:off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1412|废弃版本有变化|类名:GattServer<br>方法 or 属性:on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1413|废弃版本有变化|类名:GattServer<br>方法 or 属性:off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1414|废弃版本有变化|类名:GattClientDevice<br>废弃版本:N/A|类名:GattClientDevice<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice     |@ohos.bluetooth.d.ts|
1415|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:connect(): boolean;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:connect(): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1416|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:disconnect(): boolean;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:disconnect(): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1417|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:close(): boolean;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:close(): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1418|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1419|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:getDeviceName(): Promise\<string>;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:getDeviceName(): Promise\<string>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1420|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1421|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:getServices(): Promise\<Array\<GattService>>;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:getServices(): Promise\<Array\<GattService>>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1422|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1423|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1424|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1425|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1426|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:writeCharacteristicValue(characteristic: BLECharacteristic): boolean;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:writeCharacteristicValue(characteristic: BLECharacteristic): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1427|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:writeDescriptorValue(descriptor: BLEDescriptor): boolean;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:writeDescriptorValue(descriptor: BLEDescriptor): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1428|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1429|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:getRssiValue(): Promise\<number>;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:getRssiValue(): Promise\<number>;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1430|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:setBLEMtuSize(mtu: number): boolean;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:setBLEMtuSize(mtu: number): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1431|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1432|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1433|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1434|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1435|废弃版本有变化|类名:GattClientDevice<br>方法 or 属性:off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>废弃版本:N/A|类名:GattClientDevice<br>方法 or 属性:off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1436|废弃版本有变化|类名:GattService<br>废弃版本:N/A|类名:GattService<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.GattService     |@ohos.bluetooth.d.ts|
1437|废弃版本有变化|类名:BLECharacteristic<br>废弃版本:N/A|类名:BLECharacteristic<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLECharacteristic     |@ohos.bluetooth.d.ts|
1438|废弃版本有变化|类名:BLEDescriptor<br>废弃版本:N/A|类名:BLEDescriptor<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLEDescriptor     |@ohos.bluetooth.d.ts|
1439|废弃版本有变化|类名:NotifyCharacteristic<br>废弃版本:N/A|类名:NotifyCharacteristic<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.NotifyCharacteristic     |@ohos.bluetooth.d.ts|
1440|废弃版本有变化|类名:CharacteristicReadReq<br>废弃版本:N/A|类名:CharacteristicReadReq<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.CharacteristicReadRequest     |@ohos.bluetooth.d.ts|
1441|废弃版本有变化|类名:CharacteristicWriteReq<br>废弃版本:N/A|类名:CharacteristicWriteReq<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.CharacteristicWriteRequest     |@ohos.bluetooth.d.ts|
1442|废弃版本有变化|类名:DescriptorReadReq<br>废弃版本:N/A|类名:DescriptorReadReq<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.DescriptorReadRequest     |@ohos.bluetooth.d.ts|
1443|废弃版本有变化|类名:DescriptorWriteReq<br>废弃版本:N/A|类名:DescriptorWriteReq<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.DescriptorWriteRequest     |@ohos.bluetooth.d.ts|
1444|废弃版本有变化|类名:ServerResponse<br>废弃版本:N/A|类名:ServerResponse<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ServerResponse     |@ohos.bluetooth.d.ts|
1445|废弃版本有变化|类名:BLEConnectChangedState<br>废弃版本:N/A|类名:BLEConnectChangedState<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BLEConnectChangedState     |@ohos.bluetooth.d.ts|
1446|废弃版本有变化|类名:ScanResult<br>废弃版本:N/A|类名:ScanResult<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ScanResult     |@ohos.bluetooth.d.ts|
1447|废弃版本有变化|类名:AdvertiseSetting<br>废弃版本:N/A|类名:AdvertiseSetting<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.AdvertiseSetting     |@ohos.bluetooth.d.ts|
1448|废弃版本有变化|类名:AdvertiseData<br>废弃版本:N/A|类名:AdvertiseData<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.AdvertiseData     |@ohos.bluetooth.d.ts|
1449|废弃版本有变化|类名:ManufactureData<br>废弃版本:N/A|类名:ManufactureData<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ManufactureData     |@ohos.bluetooth.d.ts|
1450|废弃版本有变化|类名:ServiceData<br>废弃版本:N/A|类名:ServiceData<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ServiceData     |@ohos.bluetooth.d.ts|
1451|废弃版本有变化|类名:ScanFilter<br>废弃版本:N/A|类名:ScanFilter<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ScanFilter     |@ohos.bluetooth.d.ts|
1452|废弃版本有变化|类名:ScanOptions<br>废弃版本:N/A|类名:ScanOptions<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ScanOptions     |@ohos.bluetooth.d.ts|
1453|废弃版本有变化|类名:SppOption<br>废弃版本:N/A|类名:SppOption<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.SppOption     |@ohos.bluetooth.d.ts|
1454|废弃版本有变化|类名:PinRequiredParam<br>废弃版本:N/A|类名:PinRequiredParam<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.PinRequiredParam     |@ohos.bluetooth.d.ts|
1455|废弃版本有变化|类名:DeviceClass<br>废弃版本:N/A|类名:DeviceClass<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.DeviceClass     |@ohos.bluetooth.d.ts|
1456|废弃版本有变化|类名:BondStateParam<br>废弃版本:N/A|类名:BondStateParam<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BondStateParam     |@ohos.bluetooth.d.ts|
1457|废弃版本有变化|类名:ScanDuty<br>废弃版本:N/A|类名:ScanDuty<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ScanDuty     |@ohos.bluetooth.d.ts|
1458|废弃版本有变化|类名:MatchMode<br>废弃版本:N/A|类名:MatchMode<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.MatchMode     |@ohos.bluetooth.d.ts|
1459|废弃版本有变化|类名:ProfileConnectionState<br>废弃版本:N/A|类名:ProfileConnectionState<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ProfileConnectionState     |@ohos.bluetooth.d.ts|
1460|废弃版本有变化|类名:BluetoothState<br>废弃版本:N/A|类名:BluetoothState<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BluetoothState     |@ohos.bluetooth.d.ts|
1461|废弃版本有变化|类名:SppType<br>废弃版本:N/A|类名:SppType<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.SppType     |@ohos.bluetooth.d.ts|
1462|废弃版本有变化|类名:ScanMode<br>废弃版本:N/A|类名:ScanMode<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ScanMode     |@ohos.bluetooth.d.ts|
1463|废弃版本有变化|类名:BondState<br>废弃版本:N/A|类名:BondState<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.BondState     |@ohos.bluetooth.d.ts|
1464|废弃版本有变化|类名:MajorClass<br>废弃版本:N/A|类名:MajorClass<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.MajorClass     |@ohos.bluetooth.d.ts|
1465|废弃版本有变化|类名:MajorMinorClass<br>废弃版本:N/A|类名:MajorMinorClass<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.MajorMinorClass     |@ohos.bluetooth.d.ts|
1466|废弃版本有变化|类名:StateChangeParam<br>废弃版本:N/A|类名:StateChangeParam<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.StateChangeParam     |@ohos.bluetooth.d.ts|
1467|废弃版本有变化|类名:PlayingState<br>废弃版本:N/A|类名:PlayingState<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.PlayingState     |@ohos.bluetooth.d.ts|
1468|废弃版本有变化|类名:ProfileId<br>废弃版本:N/A|类名:ProfileId<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothManager.ProfileId     |@ohos.bluetooth.d.ts|
1469|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1470|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1471|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise\<string>;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise\<string>;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1472|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1473|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise\<void>;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1474|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1475|废弃版本有变化|类名:FeatureType<br>废弃版本:N/A|类名:FeatureType<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts|
1476|废弃版本有变化|类名:cardEmulation<br>方法 or 属性:function isSupported(feature: number): boolean;<br>废弃版本:N/A|类名:cardEmulation<br>方法 or 属性:function isSupported(feature: number): boolean;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts|
1477|废弃版本有变化|类名:HceService<br>方法 or 属性:startHCE(aidList: string[]): boolean;<br>废弃版本:N/A|类名:HceService<br>方法 or 属性:startHCE(aidList: string[]): boolean;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts|
1478|废弃版本有变化|类名:HceService<br>方法 or 属性:stopHCE(): boolean;<br>废弃版本:N/A|类名:HceService<br>方法 or 属性:stopHCE(): boolean;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts|
1479|废弃版本有变化|类名:HceService<br>方法 or 属性:sendResponse(responseApdu: number[]): void;<br>废弃版本:N/A|类名:HceService<br>方法 or 属性:sendResponse(responseApdu: number[]): void;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts|
1480|废弃版本有变化|类名:nfcController<br>方法 or 属性:function isNfcAvailable(): boolean<br>废弃版本:N/A|类名:nfcController<br>方法 or 属性:function isNfcAvailable(): boolean<br>废弃版本:9<br>代替接口:global|@ohos.nfc.controller.d.ts|
1481|废弃版本有变化|类名:nfcController<br>方法 or 属性:function openNfc(): boolean<br>废弃版本:N/A|类名:nfcController<br>方法 or 属性:function openNfc(): boolean<br>废弃版本:9<br>代替接口:@ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts|
1482|废弃版本有变化|类名:nfcController<br>方法 or 属性:function closeNfc(): boolean<br>废弃版本:N/A|类名:nfcController<br>方法 or 属性:function closeNfc(): boolean<br>废弃版本:9<br>代替接口:@ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts|
1483|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
1484|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
1485|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
1486|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
1487|废弃版本有变化|类名:TagInfo<br>方法 or 属性:supportedProfiles: number[];<br>废弃版本:N/A|类名:TagInfo<br>方法 or 属性:supportedProfiles: number[];<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag.TagInfo|@ohos.nfc.tag.d.ts|
1488|废弃版本有变化|类名:MessageParcel<br>废弃版本:N/A|类名:MessageParcel<br>废弃版本:9<br>代替接口:ohos.rpc.MessageSequence     |@ohos.rpc.d.ts|
1489|废弃版本有变化|类名:Sequenceable<br>废弃版本:N/A|类名:Sequenceable<br>废弃版本:9<br>代替接口:ohos.rpc.Parcelable     |@ohos.rpc.d.ts|
1490|废弃版本有变化|类名:SendRequestResult<br>废弃版本:N/A|类名:SendRequestResult<br>废弃版本:9<br>代替接口:ohos.rpc.RequestResult     |@ohos.rpc.d.ts|
1491|废弃版本有变化|类名:IRemoteObject<br>方法 or 属性:queryLocalInterface(descriptor: string): IRemoteBroker;<br>废弃版本:N/A|类名:IRemoteObject<br>方法 or 属性:queryLocalInterface(descriptor: string): IRemoteBroker;<br>废弃版本:9<br>代替接口:ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1492|废弃版本有变化|类名:IRemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>废弃版本:8|类名:IRemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>废弃版本:9<br>代替接口:N/A|@ohos.rpc.d.ts|
1493|废弃版本有变化|类名:IRemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>废弃版本:N/A|类名:IRemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>废弃版本:9<br>代替接口:ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1494|废弃版本有变化|类名:IRemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>废弃版本:N/A|类名:IRemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>废弃版本:9<br>代替接口:ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1495|废弃版本有变化|类名:IRemoteObject<br>方法 or 属性:addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:N/A|类名:IRemoteObject<br>方法 or 属性:addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1496|废弃版本有变化|类名:IRemoteObject<br>方法 or 属性:removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:N/A|类名:IRemoteObject<br>方法 or 属性:removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1497|废弃版本有变化|类名:IRemoteObject<br>方法 or 属性:getInterfaceDescriptor(): string;<br>废弃版本:N/A|类名:IRemoteObject<br>方法 or 属性:getInterfaceDescriptor(): string;<br>废弃版本:9<br>代替接口:ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1498|废弃版本有变化|类名:RemoteObject<br>方法 or 属性:queryLocalInterface(descriptor: string): IRemoteBroker;<br>废弃版本:N/A|类名:RemoteObject<br>方法 or 属性:queryLocalInterface(descriptor: string): IRemoteBroker;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1499|废弃版本有变化|类名:RemoteObject<br>方法 or 属性:getInterfaceDescriptor(): string;<br>废弃版本:N/A|类名:RemoteObject<br>方法 or 属性:getInterfaceDescriptor(): string;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1500|废弃版本有变化|类名:RemoteObject<br>方法 or 属性:onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>废弃版本:N/A|类名:RemoteObject<br>方法 or 属性:onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1501|废弃版本有变化|类名:RemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>废弃版本:N/A|类名:RemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1502|废弃版本有变化|类名:RemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>废弃版本:N/A|类名:RemoteObject<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1503|废弃版本有变化|类名:RemoteObject<br>方法 or 属性:attachLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;<br>废弃版本:N/A|类名:RemoteObject<br>方法 or 属性:attachLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1504|废弃版本有变化|类名:RemoteProxy<br>方法 or 属性:queryLocalInterface(interface: string): IRemoteBroker;<br>废弃版本:N/A|类名:RemoteProxy<br>方法 or 属性:queryLocalInterface(interface: string): IRemoteBroker;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1505|废弃版本有变化|类名:RemoteProxy<br>方法 or 属性:addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:N/A|类名:RemoteProxy<br>方法 or 属性:addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1506|废弃版本有变化|类名:RemoteProxy<br>方法 or 属性:removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:N/A|类名:RemoteProxy<br>方法 or 属性:removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1507|废弃版本有变化|类名:RemoteProxy<br>方法 or 属性:getInterfaceDescriptor(): string;<br>废弃版本:N/A|类名:RemoteProxy<br>方法 or 属性:getInterfaceDescriptor(): string;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1508|废弃版本有变化|类名:RemoteProxy<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>废弃版本:N/A|类名:RemoteProxy<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1509|废弃版本有变化|类名:RemoteProxy<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>废弃版本:N/A|类名:RemoteProxy<br>方法 or 属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>废弃版本:9<br>代替接口:ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1510|废弃版本有变化|类名:IPCSkeleton<br>方法 or 属性:static flushCommands(object: IRemoteObject): number;<br>废弃版本:N/A|类名:IPCSkeleton<br>方法 or 属性:static flushCommands(object: IRemoteObject): number;<br>废弃版本:9<br>代替接口:ohos.rpc.IPCSkeleton|@ohos.rpc.d.ts|
1511|废弃版本有变化|类名:IPCSkeleton<br>方法 or 属性:static setCallingIdentity(identity: string): boolean;<br>废弃版本:N/A|类名:IPCSkeleton<br>方法 or 属性:static setCallingIdentity(identity: string): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.IPCSkeleton|@ohos.rpc.d.ts|
1512|废弃版本有变化|类名:Ashmem<br>方法 or 属性:static createAshmem(name: string, size: number): Ashmem;<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:static createAshmem(name: string, size: number): Ashmem;<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1513|废弃版本有变化|类名:Ashmem<br>方法 or 属性:static createAshmemFromExisting(ashmem: Ashmem): Ashmem;<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:static createAshmemFromExisting(ashmem: Ashmem): Ashmem;<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1514|废弃版本有变化|类名:Ashmem<br>方法 or 属性:mapAshmem(mapType: number): boolean;<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:mapAshmem(mapType: number): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1515|废弃版本有变化|类名:Ashmem<br>方法 or 属性:mapReadAndWriteAshmem(): boolean;<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:mapReadAndWriteAshmem(): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1516|废弃版本有变化|类名:Ashmem<br>方法 or 属性:mapReadOnlyAshmem(): boolean;<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:mapReadOnlyAshmem(): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1517|废弃版本有变化|类名:Ashmem<br>方法 or 属性:setProtection(protectionType: number): boolean;<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:setProtection(protectionType: number): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1518|废弃版本有变化|类名:Ashmem<br>方法 or 属性:writeToAshmem(buf: number[], size: number, offset: number): boolean;<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:writeToAshmem(buf: number[], size: number, offset: number): boolean;<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1519|废弃版本有变化|类名:Ashmem<br>方法 or 属性:readFromAshmem(size: number, offset: number): number[];<br>废弃版本:N/A|类名:Ashmem<br>方法 or 属性:readFromAshmem(size: number, offset: number): number[];<br>废弃版本:9<br>代替接口:ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1520|废弃版本有变化|类名:wifi<br>方法 or 属性:function enableWifi(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function enableWifi(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.enableWifi     |@ohos.wifi.d.ts|
1521|废弃版本有变化|类名:wifi<br>方法 or 属性:function disableWifi(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function disableWifi(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.disableWifi     |@ohos.wifi.d.ts|
1522|废弃版本有变化|类名:wifi<br>方法 or 属性:function isWifiActive(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function isWifiActive(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.isWifiActive     |@ohos.wifi.d.ts|
1523|废弃版本有变化|类名:wifi<br>方法 or 属性:function scan(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function scan(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.scan     |@ohos.wifi.d.ts|
1524|废弃版本有变化|类名:wifi<br>方法 or 属性:function getScanInfos(): Promise\<Array\<WifiScanInfo>>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getScanInfos(): Promise\<Array\<WifiScanInfo>>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getScanResults     |@ohos.wifi.d.ts|
1525|废弃版本有变化|类名:wifi<br>方法 or 属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getScanResults     |@ohos.wifi.d.ts|
1526|废弃版本有变化|类名:wifi<br>方法 or 属性:function addDeviceConfig(config: WifiDeviceConfig): Promise\<number>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function addDeviceConfig(config: WifiDeviceConfig): Promise\<number>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.addDeviceConfig     |@ohos.wifi.d.ts|
1527|废弃版本有变化|类名:wifi<br>方法 or 属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.addDeviceConfig     |@ohos.wifi.d.ts|
1528|废弃版本有变化|类名:wifi<br>方法 or 属性:function addUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function addUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.addCandidateConfig     |@ohos.wifi.d.ts|
1529|废弃版本有变化|类名:wifi<br>方法 or 属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.addCandidateConfig     |@ohos.wifi.d.ts|
1530|废弃版本有变化|类名:wifi<br>方法 or 属性:function removeUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function removeUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.removeCandidateConfig      |@ohos.wifi.d.ts|
1531|废弃版本有变化|类名:wifi<br>方法 or 属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.removeCandidateConfig      |@ohos.wifi.d.ts|
1532|废弃版本有变化|类名:wifi<br>方法 or 属性:function connectToNetwork(networkId: number): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function connectToNetwork(networkId: number): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.connectToNetwork     |@ohos.wifi.d.ts|
1533|废弃版本有变化|类名:wifi<br>方法 or 属性:function connectToDevice(config: WifiDeviceConfig): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function connectToDevice(config: WifiDeviceConfig): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.connectToDevice     |@ohos.wifi.d.ts|
1534|废弃版本有变化|类名:wifi<br>方法 or 属性:function disconnect(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function disconnect(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.disconnect     |@ohos.wifi.d.ts|
1535|废弃版本有变化|类名:wifi<br>方法 or 属性:function getSignalLevel(rssi: number, band: number): number;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getSignalLevel(rssi: number, band: number): number;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getSignalLevel     |@ohos.wifi.d.ts|
1536|废弃版本有变化|类名:wifi<br>方法 or 属性:function getLinkedInfo(): Promise\<WifiLinkedInfo>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getLinkedInfo(): Promise\<WifiLinkedInfo>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getLinkedInfo     |@ohos.wifi.d.ts|
1537|废弃版本有变化|类名:wifi<br>方法 or 属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getLinkedInfo     |@ohos.wifi.d.ts|
1538|废弃版本有变化|类名:wifi<br>方法 or 属性:function isConnected(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function isConnected(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.isConnected     |@ohos.wifi.d.ts|
1539|废弃版本有变化|类名:wifi<br>方法 or 属性:function getSupportedFeatures(): number;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getSupportedFeatures(): number;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getSupportedFeatures     |@ohos.wifi.d.ts|
1540|废弃版本有变化|类名:wifi<br>方法 or 属性:function isFeatureSupported(featureId: number): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function isFeatureSupported(featureId: number): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.isFeatureSupported     |@ohos.wifi.d.ts|
1541|废弃版本有变化|类名:wifi<br>方法 or 属性:function getDeviceMacAddress(): string[];<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getDeviceMacAddress(): string[];<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getDeviceMacAddress     |@ohos.wifi.d.ts|
1542|废弃版本有变化|类名:wifi<br>方法 or 属性:function getIpInfo(): IpInfo;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getIpInfo(): IpInfo;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getIpInfo     |@ohos.wifi.d.ts|
1543|废弃版本有变化|类名:wifi<br>方法 or 属性:function getCountryCode(): string;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getCountryCode(): string;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getCountryCode     |@ohos.wifi.d.ts|
1544|废弃版本有变化|类名:wifi<br>方法 or 属性:function reassociate(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function reassociate(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.reassociate     |@ohos.wifi.d.ts|
1545|废弃版本有变化|类名:wifi<br>方法 or 属性:function reconnect(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function reconnect(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.reconnect     |@ohos.wifi.d.ts|
1546|废弃版本有变化|类名:wifi<br>方法 or 属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getDeviceConfigs     |@ohos.wifi.d.ts|
1547|废弃版本有变化|类名:wifi<br>方法 or 属性:function updateNetwork(config: WifiDeviceConfig): number;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function updateNetwork(config: WifiDeviceConfig): number;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.updateNetwork     |@ohos.wifi.d.ts|
1548|废弃版本有变化|类名:wifi<br>方法 or 属性:function disableNetwork(netId: number): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function disableNetwork(netId: number): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.disableNetwork     |@ohos.wifi.d.ts|
1549|废弃版本有变化|类名:wifi<br>方法 or 属性:function removeAllNetwork(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function removeAllNetwork(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.removeAllNetwork     |@ohos.wifi.d.ts|
1550|废弃版本有变化|类名:wifi<br>方法 or 属性:function removeDevice(id: number): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function removeDevice(id: number): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.removeDevice     |@ohos.wifi.d.ts|
1551|废弃版本有变化|类名:wifi<br>方法 or 属性:function enableHotspot(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function enableHotspot(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.enableHotspot     |@ohos.wifi.d.ts|
1552|废弃版本有变化|类名:wifi<br>方法 or 属性:function disableHotspot(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function disableHotspot(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.disableHotspot     |@ohos.wifi.d.ts|
1553|废弃版本有变化|类名:wifi<br>方法 or 属性:function isHotspotDualBandSupported(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function isHotspotDualBandSupported(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.isHotspotDualBandSupported     |@ohos.wifi.d.ts|
1554|废弃版本有变化|类名:wifi<br>方法 or 属性:function isHotspotActive(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function isHotspotActive(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.isHotspotActive     |@ohos.wifi.d.ts|
1555|废弃版本有变化|类名:wifi<br>方法 or 属性:function setHotspotConfig(config: HotspotConfig): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function setHotspotConfig(config: HotspotConfig): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.setHotspotConfig     |@ohos.wifi.d.ts|
1556|废弃版本有变化|类名:wifi<br>方法 or 属性:function getHotspotConfig(): HotspotConfig;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getHotspotConfig(): HotspotConfig;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getHotspotConfig     |@ohos.wifi.d.ts|
1557|废弃版本有变化|类名:wifi<br>方法 or 属性:function getStations(): Array\<StationInfo>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getStations(): Array\<StationInfo>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getStations     |@ohos.wifi.d.ts|
1558|废弃版本有变化|类名:wifi<br>方法 or 属性:function getP2pLinkedInfo(): Promise\<WifiP2pLinkedInfo>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getP2pLinkedInfo(): Promise\<WifiP2pLinkedInfo>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getP2pLinkedInfo     |@ohos.wifi.d.ts|
1559|废弃版本有变化|类名:wifi<br>方法 or 属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getP2pLinkedInfo     |@ohos.wifi.d.ts|
1560|废弃版本有变化|类名:wifi<br>方法 or 属性:function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getCurrentGroup     |@ohos.wifi.d.ts|
1561|废弃版本有变化|类名:wifi<br>方法 or 属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getCurrentGroup     |@ohos.wifi.d.ts|
1562|废弃版本有变化|类名:wifi<br>方法 or 属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getP2pPeerDevices     |@ohos.wifi.d.ts|
1563|废弃版本有变化|类名:wifi<br>方法 or 属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.getP2pPeerDevices     |@ohos.wifi.d.ts|
1564|废弃版本有变化|类名:wifi<br>方法 or 属性:function createGroup(config: WifiP2PConfig): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function createGroup(config: WifiP2PConfig): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.createGroup     |@ohos.wifi.d.ts|
1565|废弃版本有变化|类名:wifi<br>方法 or 属性:function removeGroup(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function removeGroup(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.removeGroup     |@ohos.wifi.d.ts|
1566|废弃版本有变化|类名:wifi<br>方法 or 属性:function p2pConnect(config: WifiP2PConfig): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function p2pConnect(config: WifiP2PConfig): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.p2pConnect     |@ohos.wifi.d.ts|
1567|废弃版本有变化|类名:wifi<br>方法 or 属性:function p2pCancelConnect(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function p2pCancelConnect(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.p2pCancelConnect     |@ohos.wifi.d.ts|
1568|废弃版本有变化|类名:wifi<br>方法 or 属性:function startDiscoverDevices(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function startDiscoverDevices(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.startDiscoverDevices     |@ohos.wifi.d.ts|
1569|废弃版本有变化|类名:wifi<br>方法 or 属性:function stopDiscoverDevices(): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function stopDiscoverDevices(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.stopDiscoverDevices     |@ohos.wifi.d.ts|
1570|废弃版本有变化|类名:wifi<br>方法 or 属性:function deletePersistentGroup(netId: number): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function deletePersistentGroup(netId: number): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.deletePersistentGroup     |@ohos.wifi.d.ts|
1571|废弃版本有变化|类名:wifi<br>方法 or 属性:function setDeviceName(devName: string): boolean;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function setDeviceName(devName: string): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.setDeviceName     |@ohos.wifi.d.ts|
1572|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "wifiStateChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "wifiStateChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1573|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "wifiStateChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "wifiStateChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1574|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "wifiConnectionChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "wifiConnectionChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1575|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "wifiConnectionChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "wifiConnectionChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1576|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "wifiScanStateChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "wifiScanStateChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1577|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "wifiScanStateChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "wifiScanStateChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1578|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "wifiRssiChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "wifiRssiChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1579|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "wifiRssiChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "wifiRssiChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1580|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "streamChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "streamChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1581|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "streamChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "streamChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1582|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "hotspotStateChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "hotspotStateChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1583|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "hotspotStateChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "hotspotStateChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1584|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "hotspotStaJoin", callback: Callback\<StationInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "hotspotStaJoin", callback: Callback\<StationInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1585|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "hotspotStaJoin", callback?: Callback\<StationInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "hotspotStaJoin", callback?: Callback\<StationInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1586|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "hotspotStaLeave", callback: Callback\<StationInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "hotspotStaLeave", callback: Callback\<StationInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1587|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "hotspotStaLeave", callback?: Callback\<StationInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "hotspotStaLeave", callback?: Callback\<StationInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1588|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "p2pStateChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "p2pStateChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1589|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "p2pStateChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "p2pStateChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1590|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "p2pConnectionChange", callback: Callback\<WifiP2pLinkedInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "p2pConnectionChange", callback: Callback\<WifiP2pLinkedInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1591|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "p2pConnectionChange", callback?: Callback\<WifiP2pLinkedInfo>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "p2pConnectionChange", callback?: Callback\<WifiP2pLinkedInfo>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1592|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1593|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1594|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1595|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1596|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "p2pPersistentGroupChange", callback: Callback\<void>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "p2pPersistentGroupChange", callback: Callback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1597|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "p2pPersistentGroupChange", callback?: Callback\<void>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "p2pPersistentGroupChange", callback?: Callback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1598|废弃版本有变化|类名:wifi<br>方法 or 属性:function on(type: "p2pDiscoveryChange", callback: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function on(type: "p2pDiscoveryChange", callback: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1599|废弃版本有变化|类名:wifi<br>方法 or 属性:function off(type: "p2pDiscoveryChange", callback?: Callback\<number>): void;<br>废弃版本:N/A|类名:wifi<br>方法 or 属性:function off(type: "p2pDiscoveryChange", callback?: Callback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1600|废弃版本有变化|类名:WifiDeviceConfig<br>废弃版本:N/A|类名:WifiDeviceConfig<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiDeviceConfig     |@ohos.wifi.d.ts|
1601|废弃版本有变化|类名:IpConfig<br>废弃版本:N/A|类名:IpConfig<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.IpConfig     |@ohos.wifi.d.ts|
1602|废弃版本有变化|类名:WifiScanInfo<br>废弃版本:N/A|类名:WifiScanInfo<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiScanInfo     |@ohos.wifi.d.ts|
1603|废弃版本有变化|类名:WifiSecurityType<br>废弃版本:N/A|类名:WifiSecurityType<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiSecurityType     |@ohos.wifi.d.ts|
1604|废弃版本有变化|类名:WifiLinkedInfo<br>废弃版本:N/A|类名:WifiLinkedInfo<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiLinkedInfo     |@ohos.wifi.d.ts|
1605|废弃版本有变化|类名:IpInfo<br>废弃版本:N/A|类名:IpInfo<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.IpInfo     |@ohos.wifi.d.ts|
1606|废弃版本有变化|类名:HotspotConfig<br>废弃版本:N/A|类名:HotspotConfig<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.HotspotConfig     |@ohos.wifi.d.ts|
1607|废弃版本有变化|类名:StationInfo<br>废弃版本:N/A|类名:StationInfo<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.StationInfo     |@ohos.wifi.d.ts|
1608|废弃版本有变化|类名:IpType<br>废弃版本:N/A|类名:IpType<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.IpType     |@ohos.wifi.d.ts|
1609|废弃版本有变化|类名:SuppState<br>废弃版本:N/A|类名:SuppState<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.SuppState     |@ohos.wifi.d.ts|
1610|废弃版本有变化|类名:ConnState<br>废弃版本:N/A|类名:ConnState<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.ConnState     |@ohos.wifi.d.ts|
1611|废弃版本有变化|类名:WifiP2pDevice<br>废弃版本:N/A|类名:WifiP2pDevice<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiP2pDevice     |@ohos.wifi.d.ts|
1612|废弃版本有变化|类名:WifiP2PConfig<br>废弃版本:N/A|类名:WifiP2PConfig<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiP2PConfig     |@ohos.wifi.d.ts|
1613|废弃版本有变化|类名:WifiP2pGroupInfo<br>废弃版本:N/A|类名:WifiP2pGroupInfo<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiP2pGroupInfo     |@ohos.wifi.d.ts|
1614|废弃版本有变化|类名:P2pConnectState<br>废弃版本:N/A|类名:P2pConnectState<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.P2pConnectState     |@ohos.wifi.d.ts|
1615|废弃版本有变化|类名:WifiP2pLinkedInfo<br>废弃版本:N/A|类名:WifiP2pLinkedInfo<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.WifiP2pLinkedInfo     |@ohos.wifi.d.ts|
1616|废弃版本有变化|类名:P2pDeviceStatus<br>废弃版本:N/A|类名:P2pDeviceStatus<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.P2pDeviceStatus     |@ohos.wifi.d.ts|
1617|废弃版本有变化|类名:GroupOwnerBand<br>废弃版本:N/A|类名:GroupOwnerBand<br>废弃版本:9<br>代替接口:ohos.wifiManager/wifiManager.GroupOwnerBand     |@ohos.wifi.d.ts|
1618|废弃版本有变化|类名:wifiext<br>方法 or 属性:function enableHotspot(): boolean;<br>废弃版本:N/A|类名:wifiext<br>方法 or 属性:function enableHotspot(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.enableHotspot     |@ohos.wifiext.d.ts|
1619|废弃版本有变化|类名:wifiext<br>方法 or 属性:function disableHotspot(): boolean;<br>废弃版本:N/A|类名:wifiext<br>方法 or 属性:function disableHotspot(): boolean;<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.disableHotspot      |@ohos.wifiext.d.ts|
1620|废弃版本有变化|类名:wifiext<br>方法 or 属性:function getSupportedPowerModel(): Promise\<Array\<PowerModel>>;<br>废弃版本:N/A|类名:wifiext<br>方法 or 属性:function getSupportedPowerModel(): Promise\<Array\<PowerModel>>;<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode     |@ohos.wifiext.d.ts|
1621|废弃版本有变化|类名:wifiext<br>方法 or 属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>废弃版本:N/A|类名:wifiext<br>方法 or 属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode     |@ohos.wifiext.d.ts|
1622|废弃版本有变化|类名:wifiext<br>方法 or 属性:function getPowerModel (): Promise\<PowerModel>;<br>废弃版本:N/A|类名:wifiext<br>方法 or 属性:function getPowerModel (): Promise\<PowerModel>;<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.getPowerMode     |@ohos.wifiext.d.ts|
1623|废弃版本有变化|类名:wifiext<br>方法 or 属性:function getPowerModel (callback: AsyncCallback\<PowerModel>): void;<br>废弃版本:N/A|类名:wifiext<br>方法 or 属性:function getPowerModel (callback: AsyncCallback\<PowerModel>): void;<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.getPowerMode     |@ohos.wifiext.d.ts|
1624|废弃版本有变化|类名:wifiext<br>方法 or 属性:function setPowerModel(model: PowerModel) : boolean<br>废弃版本:N/A|类名:wifiext<br>方法 or 属性:function setPowerModel(model: PowerModel) : boolean<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.setPowerMode     |@ohos.wifiext.d.ts|
1625|废弃版本有变化|类名:PowerModel<br>废弃版本:N/A|类名:PowerModel<br>废弃版本:9<br>代替接口:ohos.wifiManagerExt/wifiManagerExt.PowerMode     |@ohos.wifiext.d.ts|
1626|废弃版本有变化|类名:TagSession<br>方法 or 属性:getTagInfo(): tag.TagInfo;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:getTagInfo(): tag.TagInfo;<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|tagSession.d.ts|
1627|废弃版本有变化|类名:TagSession<br>方法 or 属性:connectTag(): boolean;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:connectTag(): boolean;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1628|废弃版本有变化|类名:TagSession<br>方法 or 属性:reset(): void;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:reset(): void;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1629|废弃版本有变化|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1630|废弃版本有变化|类名:TagSession<br>方法 or 属性:setSendDataTimeout(timeout: number): boolean;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:setSendDataTimeout(timeout: number): boolean;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1631|废弃版本有变化|类名:TagSession<br>方法 or 属性:getSendDataTimeout(): number;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:getSendDataTimeout(): number;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1632|废弃版本有变化|类名:TagSession<br>方法 or 属性:sendData(data: number[]): Promise\<number[]>;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:sendData(data: number[]): Promise\<number[]>;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1633|废弃版本有变化|类名:TagSession<br>方法 or 属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1634|废弃版本有变化|类名:TagSession<br>方法 or 属性:getMaxSendLength(): number;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:getMaxSendLength(): number;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
1635|起始版本有变化|类名:A2dpSourceProfile<br>方法 or 属性:getPlayingState(device: string): PlayingState;<br>起始版本:N/A|类名:A2dpSourceProfile<br>方法 or 属性:getPlayingState(device: string): PlayingState;<br>起始版本:8|@ohos.bluetooth.d.ts|
1636|起始版本有变化|类名:ScanFilter<br>起始版本:7|类名:ScanFilter<br>起始版本:N/A|@ohos.bluetooth.d.ts|
1637|起始版本有变化|类名:ScanFilter<br>方法 or 属性:deviceId?: string;<br>起始版本:N/A|类名:ScanFilter<br>方法 or 属性:deviceId?: string;<br>起始版本:7|@ohos.bluetooth.d.ts|
1638|起始版本有变化|类名:ScanFilter<br>方法 or 属性:name?: string;<br>起始版本:N/A|类名:ScanFilter<br>方法 or 属性:name?: string;<br>起始版本:7|@ohos.bluetooth.d.ts|
1639|起始版本有变化|类名:ScanFilter<br>方法 or 属性:serviceUuid?: string;<br>起始版本:N/A|类名:ScanFilter<br>方法 or 属性:serviceUuid?: string;<br>起始版本:7|@ohos.bluetooth.d.ts|
1640|起始版本有变化|类名:ProfileId<br>起始版本:8|类名:ProfileId<br>起始版本:N/A|@ohos.bluetooth.d.ts|
1641|起始版本有变化|类名:ProfileId<br>方法 or 属性:PROFILE_A2DP_SOURCE = 1<br>起始版本:N/A|类名:ProfileId<br>方法 or 属性:PROFILE_A2DP_SOURCE = 1<br>起始版本:8|@ohos.bluetooth.d.ts|
1642|起始版本有变化|类名:ProfileId<br>方法 or 属性:PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>起始版本:N/A|类名:ProfileId<br>方法 or 属性:PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>起始版本:8|@ohos.bluetooth.d.ts|
1643|起始版本有变化|类名:FeatureType<br>起始版本:N/A|类名:FeatureType<br>起始版本:6|@ohos.nfc.cardEmulation.d.ts|
1644|起始版本有变化|类名:TagInfo<br>方法 or 属性:supportedProfiles: number[];<br>起始版本:N/A|类名:TagInfo<br>方法 or 属性:supportedProfiles: number[];<br>起始版本:7|@ohos.nfc.tag.d.ts|
1645|权限有变化|类名:bluetooth<br>方法 or 属性:function startBluetoothDiscovery(): boolean;<br>权限:ohos.permission.LOCATION|类名:bluetooth<br>方法 or 属性:function startBluetoothDiscovery(): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH and ohos.permission.LOCATION|@ohos.bluetooth.d.ts|
1646|权限有变化|类名:A2dpSourceProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
1647|权限有变化|类名:A2dpSourceProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
1648|权限有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
1649|权限有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
1650|权限有变化|类名:BLE<br>方法 or 属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>权限:ohos.permission.LOCATION|类名:BLE<br>方法 or 属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>权限:ohos.permission.DISCOVER_BLUETOOTH and ohos.permission.MANAGE_BLUETOOTH and ohos.permission.LOCATION|@ohos.bluetooth.d.ts|
1651|权限有变化|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1652|权限有变化|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1653|权限有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise\<string>;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise\<string>;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1654|权限有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1655|权限有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise\<void>;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise\<void>;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1656|权限有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1657|权限有变化|类名:connectedTag<br>方法 or 属性:function on(type: "notify", callback: Callback\<number>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function on(type: "notify", callback: Callback\<number>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1658|权限有变化|类名:connectedTag<br>方法 or 属性:function off(type: "notify", callback?:Callback\<number>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function off(type: "notify", callback?:Callback\<number>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1659|权限有变化|类名:connection<br>方法 or 属性:function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>权限:ohos.permission.GET_NETWORK_INFO|类名:connection<br>方法 or 属性:function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>权限:ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1660|权限有变化|类名:connection<br>方法 or 属性:function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>权限:ohos.permission.GET_NETWORK_INFO|类名:connection<br>方法 or 属性:function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>权限:ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1661|权限有变化|类名:NetHandle<br>方法 or 属性:getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>权限:ohos.permission.GET_NETWORK_INFO|类名:NetHandle<br>方法 or 属性:getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>权限:ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1662|权限有变化|类名:NetHandle<br>方法 or 属性:getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>权限:ohos.permission.GET_NETWORK_INFO|类名:NetHandle<br>方法 or 属性:getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>权限:ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1663|权限有变化|类名:NetHandle<br>方法 or 属性:getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>权限:ohos.permission.GET_NETWORK_INFO|类名:NetHandle<br>方法 or 属性:getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>权限:ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1664|权限有变化|类名:NetHandle<br>方法 or 属性:getAddressByName(host: string): Promise\<NetAddress>;<br>权限:ohos.permission.GET_NETWORK_INFO|类名:NetHandle<br>方法 or 属性:getAddressByName(host: string): Promise\<NetAddress>;<br>权限:ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1665|删除(权限)|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>权限:N/A|@ohos.nfc.tag.d.ts|
1666|删除(权限)|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>权限:N/A|@ohos.nfc.tag.d.ts|
1667|删除(权限)|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>权限:N/A|@ohos.nfc.tag.d.ts|
1668|删除(权限)|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>权限:N/A|@ohos.nfc.tag.d.ts|
1669|删除(权限)|类名:NfcATag<br>方法 or 属性:getSak(): number;<br>权限:ohos.permission.NFC_TAG|类名:NfcATag<br>方法 or 属性:getSak(): number;<br>权限:N/A|nfctech.d.ts|
1670|删除(权限)|类名:NfcATag<br>方法 or 属性:getAtqa(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcATag<br>方法 or 属性:getAtqa(): number[];<br>权限:N/A|nfctech.d.ts|
1671|删除(权限)|类名:NfcBTag<br>方法 or 属性:getRespAppData(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcBTag<br>方法 or 属性:getRespAppData(): number[];<br>权限:N/A|nfctech.d.ts|
1672|删除(权限)|类名:NfcBTag<br>方法 or 属性:getRespProtocol(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcBTag<br>方法 or 属性:getRespProtocol(): number[];<br>权限:N/A|nfctech.d.ts|
1673|删除(权限)|类名:NfcFTag<br>方法 or 属性:getSystemCode(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcFTag<br>方法 or 属性:getSystemCode(): number[];<br>权限:N/A|nfctech.d.ts|
1674|删除(权限)|类名:NfcFTag<br>方法 or 属性:getPmm(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcFTag<br>方法 or 属性:getPmm(): number[];<br>权限:N/A|nfctech.d.ts|
1675|删除(权限)|类名:NfcVTag<br>方法 or 属性:getResponseFlags(): number;<br>权限:ohos.permission.NFC_TAG|类名:NfcVTag<br>方法 or 属性:getResponseFlags(): number;<br>权限:N/A|nfctech.d.ts|
1676|删除(权限)|类名:NfcVTag<br>方法 or 属性:getDsfId(): number;<br>权限:ohos.permission.NFC_TAG|类名:NfcVTag<br>方法 or 属性:getDsfId(): number;<br>权限:N/A|nfctech.d.ts|
1677|删除(权限)|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>权限:ohos.permission.NFC_TAG|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>权限:N/A|tagSession.d.ts|
1678|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1679|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getDefaultNet(): Promise\<NetHandle>;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1680|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1681|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getAllNets(): Promise\<Array\<NetHandle>>;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1682|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getConnectionProperties(netHandle: NetHandle, callback: AsyncCallback\<ConnectionProperties>): void;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1683|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1684|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getNetCapabilities(netHandle: NetHandle, callback: AsyncCallback\<NetCapabilities>): void;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1685|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1686|新增(错误码)|NA|类名:connection<br>方法 or 属性:function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1687|新增(错误码)|NA|类名:connection<br>方法 or 属性:function hasDefaultNet(): Promise\<boolean>;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1688|新增(错误码)|NA|类名:connection<br>方法 or 属性:function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1689|新增(错误码)|NA|类名:connection<br>方法 or 属性:function enableAirplaneMode(): Promise\<void>;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1690|新增(错误码)|NA|类名:connection<br>方法 or 属性:function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1691|新增(错误码)|NA|类名:connection<br>方法 or 属性:function disableAirplaneMode(): Promise\<void>;<br>错误码内容: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1692|新增(错误码)|NA|类名:connection<br>方法 or 属性:function reportNetConnected(netHandle: NetHandle, callback: AsyncCallback\<void>): void;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1693|新增(错误码)|NA|类名:connection<br>方法 or 属性:function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1694|新增(错误码)|NA|类名:connection<br>方法 or 属性:function reportNetDisconnected(netHandle: NetHandle, callback: AsyncCallback\<void>): void;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1695|新增(错误码)|NA|类名:connection<br>方法 or 属性:function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1696|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1697|新增(错误码)|NA|类名:connection<br>方法 or 属性:function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1698|新增(错误码)|NA|类名:NetConnection<br>方法 or 属性:register(callback: AsyncCallback\<void>): void;<br>错误码内容: 201, 2100002, 2100003, 2101008, 2101022|@ohos.net.connection.d.ts|
1699|新增(错误码)|NA|类名:NetConnection<br>方法 or 属性:unregister(callback: AsyncCallback\<void>): void;<br>错误码内容: 2100002, 2100003, 2101007|@ohos.net.connection.d.ts|
1700|新增(错误码)|NA|类名:NetHandle<br>方法 or 属性:getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1701|新增(错误码)|NA|类名:NetHandle<br>方法 or 属性:getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1702|新增(错误码)|NA|类名:NetHandle<br>方法 or 属性:getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1703|新增(错误码)|NA|类名:NetHandle<br>方法 or 属性:getAddressByName(host: string): Promise\<NetAddress>;<br>错误码内容: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1704|新增(错误码)|NA|类名:HttpRequest<br>方法 or 属性:request(url: string, callback: AsyncCallback\<HttpResponse>): void;<br>错误码内容: 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|
1705|新增(错误码)|NA|类名:HttpRequest<br>方法 or 属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>错误码内容: 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|
1706|新增(错误码)|NA|类名:HttpRequest<br>方法 or 属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>错误码内容: 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|
1707|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1708|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:bind(address: NetAddress): Promise\<void>;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1709|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:send(options: UDPSendOptions, callback: AsyncCallback\<void>): void;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1710|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:send(options: UDPSendOptions): Promise\<void>;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1711|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:close(callback: AsyncCallback\<void>): void;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1712|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:close(): Promise\<void>;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1713|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1714|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:getState(): Promise\<SocketStateBase>;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1715|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\<void>): void;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1716|新增(错误码)|NA|类名:UDPSocket<br>方法 or 属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1717|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1718|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:bind(address: NetAddress): Promise\<void>;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1719|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:connect(options: TCPConnectOptions, callback: AsyncCallback\<void>): void;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1720|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:connect(options: TCPConnectOptions): Promise\<void>;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1721|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1722|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:send(options: TCPSendOptions): Promise\<void>;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1723|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:close(callback: AsyncCallback\<void>): void;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1724|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:close(): Promise\<void>;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1725|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1726|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:getRemoteAddress(): Promise\<NetAddress>;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1727|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1728|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:getState(): Promise\<SocketStateBase>;<br>错误码内容: 201|@ohos.net.socket.d.ts|
1729|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1730|新增(错误码)|NA|类名:TCPSocket<br>方法 or 属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>错误码内容: 401, 201|@ohos.net.socket.d.ts|
1731|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:connect(url: string, callback: AsyncCallback\<boolean>): void;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1732|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1733|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1734|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:send(data: string \| ArrayBuffer, callback: AsyncCallback\<boolean>): void;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1735|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1736|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:close(callback: AsyncCallback\<boolean>): void;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1737|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1738|新增(错误码)|NA|类名:WebSocket<br>方法 or 属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>错误码内容: 401, 201|@ohos.net.webSocket.d.ts|
1739|新增(权限)|类名:connection<br>方法 or 属性:function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>权限:N/A|类名:connection<br>方法 or 属性:function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>权限:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1740|新增(权限)|类名:connection<br>方法 or 属性:function hasDefaultNet(): Promise\<boolean>;<br>权限:N/A|类名:connection<br>方法 or 属性:function hasDefaultNet(): Promise\<boolean>;<br>权限:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1741|新增(权限)|类名:connection<br>方法 or 属性:function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>权限:N/A|类名:connection<br>方法 or 属性:function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>权限:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1742|新增(权限)|类名:connection<br>方法 or 属性:function enableAirplaneMode(): Promise\<void>;<br>权限:N/A|类名:connection<br>方法 or 属性:function enableAirplaneMode(): Promise\<void>;<br>权限:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1743|新增(权限)|类名:connection<br>方法 or 属性:function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>权限:N/A|类名:connection<br>方法 or 属性:function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>权限:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1744|新增(权限)|类名:connection<br>方法 or 属性:function disableAirplaneMode(): Promise\<void>;<br>权限:N/A|类名:connection<br>方法 or 属性:function disableAirplaneMode(): Promise\<void>;<br>权限:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1745|SysCap有变化|类名:cardEmulation<br>SysCap:SystemCapability.Communication.NFC.Core|类名:cardEmulation<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1746|SysCap有变化|类名:FeatureType<br>SysCap:SystemCapability.Communication.NFC.Core|类名:FeatureType<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1747|SysCap有变化|类名:FeatureType<br>方法 or 属性:HCE = 0<br>SysCap:SystemCapability.Communication.NFC.Core|类名:FeatureType<br>方法 or 属性:HCE = 0<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1748|SysCap有变化|类名:FeatureType<br>方法 or 属性:UICC = 1<br>SysCap:SystemCapability.Communication.NFC.Core|类名:FeatureType<br>方法 or 属性:UICC = 1<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1749|SysCap有变化|类名:FeatureType<br>方法 or 属性:ESE = 2<br>SysCap:SystemCapability.Communication.NFC.Core|类名:FeatureType<br>方法 or 属性:ESE = 2<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1750|SysCap有变化|类名:cardEmulation<br>方法 or 属性:function isSupported(feature: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:cardEmulation<br>方法 or 属性:function isSupported(feature: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1751|SysCap有变化|类名:HceService<br>SysCap:SystemCapability.Communication.NFC.Core|类名:HceService<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1752|SysCap有变化|类名:HceService<br>方法 or 属性:startHCE(aidList: string[]): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:HceService<br>方法 or 属性:startHCE(aidList: string[]): boolean;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1753|SysCap有变化|类名:HceService<br>方法 or 属性:stopHCE(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:HceService<br>方法 or 属性:stopHCE(): boolean;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1754|SysCap有变化|类名:HceService<br>方法 or 属性:on(type: "hceCmd", callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:HceService<br>方法 or 属性:on(type: "hceCmd", callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1755|SysCap有变化|类名:HceService<br>方法 or 属性:sendResponse(responseApdu: number[]): void;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:HceService<br>方法 or 属性:sendResponse(responseApdu: number[]): void;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1756|SysCap有变化|类名:tag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1757|SysCap有变化|类名:tag<br>方法 or 属性:const NFC_A = 1;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const NFC_A = 1;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1758|SysCap有变化|类名:tag<br>方法 or 属性:const NFC_B = 2;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const NFC_B = 2;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1759|SysCap有变化|类名:tag<br>方法 or 属性:const ISO_DEP = 3;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const ISO_DEP = 3;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1760|SysCap有变化|类名:tag<br>方法 or 属性:const NFC_F = 4;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const NFC_F = 4;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1761|SysCap有变化|类名:tag<br>方法 or 属性:const NFC_V = 5;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const NFC_V = 5;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1762|SysCap有变化|类名:tag<br>方法 or 属性:const NDEF = 6;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const NDEF = 6;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1763|SysCap有变化|类名:tag<br>方法 or 属性:const MIFARE_CLASSIC = 8;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const MIFARE_CLASSIC = 8;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1764|SysCap有变化|类名:tag<br>方法 or 属性:const MIFARE_ULTRALIGHT = 9;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:const MIFARE_ULTRALIGHT = 9;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1765|SysCap有变化|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1766|SysCap有变化|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1767|SysCap有变化|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1768|SysCap有变化|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1769|SysCap有变化|类名:TagInfo<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagInfo<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1770|SysCap有变化|类名:TagInfo<br>方法 or 属性:supportedProfiles: number[];<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagInfo<br>方法 or 属性:supportedProfiles: number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1771|SysCap有变化|类名:NfcATag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcATag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1772|SysCap有变化|类名:NfcATag<br>方法 or 属性:getSak(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcATag<br>方法 or 属性:getSak(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1773|SysCap有变化|类名:NfcATag<br>方法 or 属性:getAtqa(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcATag<br>方法 or 属性:getAtqa(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1774|SysCap有变化|类名:NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1775|SysCap有变化|类名:NfcBTag<br>方法 or 属性:getRespAppData(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcBTag<br>方法 or 属性:getRespAppData(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1776|SysCap有变化|类名:NfcBTag<br>方法 or 属性:getRespProtocol(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcBTag<br>方法 or 属性:getRespProtocol(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1777|SysCap有变化|类名:NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1778|SysCap有变化|类名:NfcFTag<br>方法 or 属性:getSystemCode(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcFTag<br>方法 or 属性:getSystemCode(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1779|SysCap有变化|类名:NfcFTag<br>方法 or 属性:getPmm(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcFTag<br>方法 or 属性:getPmm(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1780|SysCap有变化|类名:NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1781|SysCap有变化|类名:NfcVTag<br>方法 or 属性:getResponseFlags(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcVTag<br>方法 or 属性:getResponseFlags(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1782|SysCap有变化|类名:NfcVTag<br>方法 or 属性:getDsfId(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:NfcVTag<br>方法 or 属性:getDsfId(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1783|SysCap有变化|类名:TagSession<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1784|SysCap有变化|类名:TagSession<br>方法 or 属性:getTagInfo(): tag.TagInfo;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:getTagInfo(): tag.TagInfo;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1785|SysCap有变化|类名:TagSession<br>方法 or 属性:connectTag(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:connectTag(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1786|SysCap有变化|类名:TagSession<br>方法 or 属性:reset(): void;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:reset(): void;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1787|SysCap有变化|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1788|SysCap有变化|类名:TagSession<br>方法 or 属性:setSendDataTimeout(timeout: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:setSendDataTimeout(timeout: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1789|SysCap有变化|类名:TagSession<br>方法 or 属性:getSendDataTimeout(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:getSendDataTimeout(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1790|SysCap有变化|类名:TagSession<br>方法 or 属性:sendData(data: number[]): Promise\<number[]>;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:sendData(data: number[]): Promise\<number[]>;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1791|SysCap有变化|类名:TagSession<br>方法 or 属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1792|SysCap有变化|类名:TagSession<br>方法 or 属性:getMaxSendLength(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|类名:TagSession<br>方法 or 属性:getMaxSendLength(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1793