| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getState(): BluetoothState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function pairDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function cancelPairedDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function enableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function disableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getLocalName(): string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getPairedDevices(): Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setLocalName(name: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getBluetoothScanMode(): ScanMode;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function startBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function stopBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "bondStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "bondStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "pinRequired", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "pinRequired", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "stateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "stateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppCloseServerSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppCloseClientSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile
Method or attribute name: getConnectionDevices(): Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: setTethering(enable: boolean): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: isTetheringOn(): boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function createGattServer(): GattServer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function getConnectedBLEDevices(): Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function stopBLEScan(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: stopAdvertising(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: addService(service: GattService): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: removeService(serviceUuid: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "characteristicRead", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "characteristicRead", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "characteristicWrite", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "characteristicWrite", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "descriptorRead", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "descriptorRead", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "descriptorWrite", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "descriptorWrite", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "connectStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "connectStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: connect(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: disconnect(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getDeviceName(): Promise\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getServices(callback: AsyncCallback\>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getServices(): Promise\>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getRssiValue(): Promise\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: setBLEMtuSize(mtu: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: isPrimary: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: characteristics: Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: includeServices?: Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: descriptors: Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: descriptorValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: confirm: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: status: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: rssi: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: data: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: txPower?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: connectable?: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: serviceUuids: Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: manufactureData: Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: serviceData: Array\;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData
Method or attribute name: manufactureId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData
Method or attribute name: manufactureValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData
Method or attribute name: serviceValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: deviceId?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: name?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceUuid?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceUuidMask?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuid?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuidMask?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureId?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: dutyMode?: ScanDuty;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: matchMode?: MatchMode;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: uuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: secure: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: type: SppType;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam
Method or attribute name: pinCode: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: majorClass: MajorClass;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: majorMinorClass: MajorMinorClass;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: classOfDevice: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam
Method or attribute name: state: BondState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_LOW_POWER = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_BALANCED = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode
Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode
Method or attribute name: MATCH_MODE_STICKY = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_DISCONNECTED = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_CONNECTING = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_CONNECTED = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_DISCONNECTING = 3|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_OFF = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_TURNING_ON = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_ON = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_TURNING_OFF = 3|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_TURNING_ON = 4|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_ON = 5|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_TURNING_OFF = 6|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: SppType|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: SppType
Method or attribute name: SPP_RFCOMM|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_NONE = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_INVALID = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_BONDING = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_BONDED = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_MISC = 0x0000|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_COMPUTER = 0x0100|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_PHONE = 0x0200|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_NETWORKING = 0x0300|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_IMAGING = 0x0600|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_WEARABLE = 0x0700|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_TOY = 0x0800|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_HEALTH = 0x0900|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_DESKTOP = 0x0104|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_SERVER = 0x0108|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_LAPTOP = 0x010C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_WEARABLE = 0x0118|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_TABLET = 0x011C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_CELLULAR = 0x0204|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_CORDLESS = 0x0208|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_SMART = 0x020C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_ISDN = 0x0214|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_DISPLAY = 0x0610|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_CAMERA = 0x0620|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_SCANNER = 0x0640|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_PRINTER = 0x0680|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_PAGER = 0x0708|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_JACKET = 0x070C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_HELMET = 0x0710|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_GLASSES = 0x0714|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_ROBOT = 0x0804|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_VEHICLE = 0x0808|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_CONTROLLER = 0x0810|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_GAME = 0x0814|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_THERMOMETER = 0x0908|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_WEIGHING = 0x090C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_GLUCOSE = 0x0910|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState
Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState
Method or attribute name: STATE_PLAYING|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_A2DP_SOURCE = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_HID_HOST = 6|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_PAN_NETWORK = 7|@ohos.bluetoothManager.d.ts|
|Added|NA|Class name: connectedTag
Method or attribute name: function initialize(): void;|@ohos.connectedTag.d.ts|
|Added|NA|Class name: connectedTag
Method or attribute name: function uninitialize(): void;|@ohos.connectedTag.d.ts|
|Added|NA|Class name: connectedTag
Method or attribute name: function read(): Promise\;|@ohos.connectedTag.d.ts|
|Added|NA|Class name: connectedTag
Method or attribute name: function read(callback: AsyncCallback\): void;|@ohos.connectedTag.d.ts|
|Added|NA|Class name: connectedTag
Method or attribute name: function write(data: number[]): Promise\;|@ohos.connectedTag.d.ts|
|Added|NA|Class name: connectedTag
Method or attribute name: function write(data: number[], callback: AsyncCallback\): void;|@ohos.connectedTag.d.ts|
|Added|NA|Class name: connection
Method or attribute name: function getDefaultNetSync(): NetHandle;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection
Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection
Method or attribute name: function isDefaultNetMetered(): Promise\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection
Method or attribute name: function getAppNet(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection
Method or attribute name: function getAppNet(): Promise\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection
Method or attribute name: function setAppNet(netHandle: NetHandle, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection
Method or attribute name: function setAppNet(netHandle: NetHandle): Promise\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: NetHandle
Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: NetHandle
Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getIfaceConfig(iface: string): Promise\;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function isIfaceActive(iface: string): Promise\;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\>): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getAllActiveIfaces(): Promise\>;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: mode: IPSetMode;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: ipAddr: string;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: route: string;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: gateway: string;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: netMask: string;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: dnsServers: string;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: IPSetMode|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: IPSetMode
Method or attribute name: STATIC = 0|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet
Class name: IPSetMode
Method or attribute name: DHCP = 1|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: expectDataType?: HttpDataType;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequestOptions
Method or attribute name: expectDataType?: HttpDataType;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: usingCache?: boolean;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequestOptions
Method or attribute name: usingCache?: boolean;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: priority?: number;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequestOptions
Method or attribute name: priority?: number;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequestOptions
Method or attribute name: usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpProtocol|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpProtocol
Method or attribute name: |@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpProtocol
Method or attribute name: HTTP1_1|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpProtocol
Method or attribute name: HTTP1_1|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpProtocol
Method or attribute name: HTTP2|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpProtocol
Method or attribute name: HTTP2|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpDataType|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpDataType
Method or attribute name: |@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpDataType
Method or attribute name: STRING|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpDataType
Method or attribute name: STRING|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpDataType
Method or attribute name: OBJECT = 1|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpDataType
Method or attribute name: OBJECT = 1|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpDataType
Method or attribute name: ARRAY_BUFFER = 2|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpDataType
Method or attribute name: ARRAY_BUFFER = 2|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpResponse
Method or attribute name: resultType: HttpDataType;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpResponse
Method or attribute name: resultType: HttpDataType;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: http
Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts|
|Added|NA|Class name: http
Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpResponseCache
Method or attribute name: |@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: flush(callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpResponseCache
Method or attribute name: flush(callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: flush(): Promise\;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpResponseCache
Method or attribute name: flush(): Promise\;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: delete(callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpResponseCache
Method or attribute name: delete(callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: delete(): Promise\;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpResponseCache
Method or attribute name: delete(): Promise\;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharingSupported(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharingSupported(): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharing(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharing(): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function startSharing(type: SharingIfaceType): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsRxBytes(): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTxBytes(): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTotalBytes(): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\>): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\>;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\>): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\>;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\): void;|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState
Method or attribute name: SHARING_NIC_SERVING = 1|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState
Method or attribute name: SHARING_NIC_CAN_SERVER = 2|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState
Method or attribute name: SHARING_NIC_ERROR = 3|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType
Method or attribute name: SHARING_WIFI = 0|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType
Method or attribute name: SHARING_USB = 1|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType
Method or attribute name: SHARING_BLUETOOTH = 2|@ohos.net.sharing.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: socket
Method or attribute name: function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts|
|Added|NA|Class name: socket
Method or attribute name: function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPExtraOptions
Method or attribute name: socketLinger?: {on: boolean, linger: number};|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: |@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: bind(address: NetAddress): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: bind(address: NetAddress): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteAddress(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteAddress(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getState(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getState(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getState(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getState(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCertificate(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getCertificate(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteCertificate(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteCertificate(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getProtocol(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getProtocol(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getProtocol(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getProtocol(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCipherSuite(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getCipherSuite(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCipherSuite(): Promise\>;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getCipherSuite(): Promise\>;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(): Promise\>;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(): Promise\>;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: send(data: string, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: send(data: string, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: send(data: string): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: send(data: string): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: close(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocket
Method or attribute name: close(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: |@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: ca: string \| Array\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: ca: string \| Array\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: cert?: string;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: cert?: string;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: key?: string;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: key?: string;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: password?: string;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: password?: string;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: protocols?: Protocol \| Array\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: protocols?: Protocol \| Array\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: signatureAlgorithms?: string;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: signatureAlgorithms?: string;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: cipherSuite?: string;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSecureOptions
Method or attribute name: cipherSuite?: string;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSConnectOptions
Method or attribute name: |@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions
Method or attribute name: address: NetAddress;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSConnectOptions
Method or attribute name: address: NetAddress;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions
Method or attribute name: secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSConnectOptions
Method or attribute name: secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions
Method or attribute name: ALPNProtocols?: Array\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSConnectOptions
Method or attribute name: ALPNProtocols?: Array\;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: Protocol|@ohos.net.socket.d.ts|
|Added|NA|Class name: Protocol
Method or attribute name: |@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: Protocol
Method or attribute name: TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts|
|Added|NA|Class name: Protocol
Method or attribute name: TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.net.socket
Class name: Protocol
Method or attribute name: TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts|
|Added|NA|Class name: Protocol
Method or attribute name: TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.nfc.cardEmulation
Class name: CardType|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: CardType
Method or attribute name: |@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Module name: ohos.nfc.cardEmulation
Class name: CardType
Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: CardType
Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Module name: ohos.nfc.cardEmulation
Class name: CardType
Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: CardType
Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: cardEmulation
Method or attribute name: function hasHceCapability(): boolean;|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: cardEmulation
Method or attribute name: function isDefaultService(elementName: ElementName, type: CardType): boolean;|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: HceService
Method or attribute name: start(elementName: ElementName, aidList: string[]): void|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: HceService
Method or attribute name: stop(elementName: ElementName): void|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: HceService
Method or attribute name: transmit(response: number[]): Promise\;|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: HceService
Method or attribute name: transmit(response: number[], callback: AsyncCallback\): void;|@ohos.nfc.cardEmulation.d.ts|
|Added|NA|Class name: nfcController
Method or attribute name: function enableNfc(): void|@ohos.nfc.controller.d.ts|
|Added|NA|Class name: nfcController
Method or attribute name: function disableNfc(): void|@ohos.nfc.controller.d.ts|
|Added|NA|Class name: tag
Method or attribute name: const NDEF_FORMATABLE = 7;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: |@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TnfType
Method or attribute name: TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NfcForumType
Method or attribute name: |@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NfcForumType
Method or attribute name: MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: const RTD_TEXT: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: const RTD_URI: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicType
Method or attribute name: |@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_PLUS = 2|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_PLUS = 2|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_PRO = 3|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_PRO = 3|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicSize
Method or attribute name: |@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareUltralightType
Method or attribute name: |@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareUltralightType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getNfcA(tagInfo: TagInfo): NfcATag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getNfcB(tagInfo: TagInfo): NfcBTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getNfcF(tagInfo: TagInfo): NfcFTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getNfcV(tagInfo: TagInfo): NfcVTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getIsoDep(tagInfo: TagInfo): IsoDepTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getNdef(tagInfo: TagInfo): NdefTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getMifareClassic(tagInfo: TagInfo): MifareClassicTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getMifareUltralight(tagInfo: TagInfo): MifareUltralightTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getNdefFormatable(tagInfo: TagInfo): NdefFormatableTag|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag
Method or attribute name: function getTagInfo(want: Want): TagInfo|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TagInfo
Method or attribute name: uid: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TagInfo
Method or attribute name: technology: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TagInfo
Method or attribute name: extrasData: PacMap[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TagInfo
Method or attribute name: tagRfDiscId: number;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: TagInfo
Method or attribute name: remoteTagService: rpc.RemoteObject;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NdefRecord
Method or attribute name: |@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: tnf: number;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NdefRecord
Method or attribute name: tnf: number;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: rtdType: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NdefRecord
Method or attribute name: rtdType: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: id: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NdefRecord
Method or attribute name: id: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: payload: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: NdefRecord
Method or attribute name: payload: number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: |@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: ndef
Method or attribute name: function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: |@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts|
|Added|NA|Class name: ErrorCode
Method or attribute name: OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: |@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: static create(): MessageSequence;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: static create(): MessageSequence;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: reclaim(): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: reclaim(): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readInterfaceToken(): string;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readInterfaceToken(): string;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getSize(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: getSize(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getCapacity(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: getCapacity(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: setSize(size: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: setSize(size: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: setCapacity(size: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: setCapacity(size: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getWritableBytes(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: getWritableBytes(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getReadableBytes(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: getReadableBytes(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getReadPosition(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: getReadPosition(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getWritePosition(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: getWritePosition(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: rewindRead(pos: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: rewindRead(pos: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: rewindWrite(pos: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: rewindWrite(pos: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeNoException(): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeNoException(): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readException(): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readException(): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeByte(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeByte(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeShort(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeShort(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeInt(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeInt(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeLong(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeLong(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeFloat(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeFloat(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeDouble(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeDouble(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeBoolean(val: boolean): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeBoolean(val: boolean): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeChar(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeChar(val: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeString(val: string): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeString(val: string): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readByte(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readByte(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readShort(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readShort(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readInt(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readInt(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readLong(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readLong(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFloat(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readFloat(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readDouble(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readDouble(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readBoolean(): boolean;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readBoolean(): boolean;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readChar(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readChar(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readString(): string;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readString(): string;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readByteArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readByteArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readShortArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readShortArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readIntArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readIntArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readLongArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readLongArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFloatArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readFloatArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readDoubleArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readDoubleArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readBooleanArray(): boolean[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readBooleanArray(): boolean[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readCharArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readCharArray(): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readStringArray(): string[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readStringArray(): string[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: containFileDescriptors(): boolean;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: containFileDescriptors(): boolean;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFileDescriptor(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readFileDescriptor(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readAshmem(): Ashmem;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readAshmem(): Ashmem;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getRawDataCapacity(): number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: getRawDataCapacity(): number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRawData(size: number): number[];|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageSequence
Method or attribute name: readRawData(size: number): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: Parcelable|@ohos.rpc.d.ts|
|Added|NA|Class name: Parcelable
Method or attribute name: |@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: Parcelable
Method or attribute name: marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts|
|Added|NA|Class name: Parcelable
Method or attribute name: marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: Parcelable
Method or attribute name: unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts|
|Added|NA|Class name: Parcelable
Method or attribute name: unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: RequestResult|@ohos.rpc.d.ts|
|Added|NA|Class name: RequestResult
Method or attribute name: |@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: errCode: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: RequestResult
Method or attribute name: errCode: number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: code: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: RequestResult
Method or attribute name: code: number;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: data: MessageSequence;|@ohos.rpc.d.ts|
|Added|NA|Class name: RequestResult
Method or attribute name: data: MessageSequence;|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: reply: MessageSequence;|@ohos.rpc.d.ts|
|Added|NA|Class name: RequestResult
Method or attribute name: reply: MessageSequence;|@ohos.rpc.d.ts|
|Added|NA|Class name: IRemoteObject
Method or attribute name: getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts|
|Added|NA|Class name: IRemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\;|@ohos.rpc.d.ts|
|Added|NA|Class name: IRemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: IRemoteObject
Method or attribute name: registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: IRemoteObject
Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: IRemoteObject
Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: TF_SYNC: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: TF_ASYNC: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: TF_ACCEPT_FDS: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: TF_WAIT_TIME: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: constructor(syncFlags?: number, waitTime?: number);|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: constructor(async?: boolean);|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: isAsync(): boolean;|@ohos.rpc.d.ts|
|Added|NA|Class name: MessageOption
Method or attribute name: setAsync(async: boolean): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteObject
Method or attribute name: getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteObject
Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteObject
Method or attribute name: onRemoteMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): boolean \| Promise\;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteObject
Method or attribute name: modifyLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: PING_TRANSACTION: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: DUMP_TRANSACTION: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: INTERFACE_TRANSACTION: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: MIN_TRANSACTION_ID: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: MAX_TRANSACTION_ID: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: getLocalInterface(interface: string): IRemoteBroker;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\;|@ohos.rpc.d.ts|
|Added|NA|Class name: RemoteProxy
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: IPCSkeleton
Method or attribute name: static flushCmdBuffer(object: IRemoteObject): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: IPCSkeleton
Method or attribute name: static restoreCallingIdentity(identity: string): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: PROT_EXEC: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: PROT_NONE: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: PROT_READ: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: PROT_WRITE: number;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: static create(name: string, size: number): Ashmem;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: static create(ashmem: Ashmem): Ashmem;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: mapTypedAshmem(mapType: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: mapReadWriteAshmem(): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: mapReadonlyAshmem(): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: setProtectionType(protectionType: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: writeAshmem(buf: number[], size: number, offset: number): void;|@ohos.rpc.d.ts|
|Added|NA|Class name: Ashmem
Method or attribute name: readAshmem(size: number, offset: number): number[];|@ohos.rpc.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function enableWifi(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disableWifi(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isWifiActive(): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function scan(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResults(): Promise\>;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResults(callback: AsyncCallback\>): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResultsSync(): Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeCandidateConfig(networkId: number): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCandidateConfigs(): Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function connectToCandidateConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function connectToNetwork(networkId: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function connectToDevice(config: WifiDeviceConfig): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disconnect(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getSignalLevel(rssi: number, band: number): number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getLinkedInfo(): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getLinkedInfo(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isConnected(): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getSupportedFeatures(): number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isFeatureSupported(featureId: number): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getDeviceMacAddress(): string[];|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getIpInfo(): IpInfo;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCountryCode(): string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function reassociate(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function reconnect(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getDeviceConfigs(): Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disableNetwork(netId: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeAllNetwork(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeDevice(id: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function enableHotspot(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disableHotspot(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isHotspotDualBandSupported(): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isHotspotActive(): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function setHotspotConfig(config: HotspotConfig): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getHotspotConfig(): HotspotConfig;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getStations(): Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLinkedInfo(): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCurrentGroup(): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCurrentGroup(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLocalDevice(): Promise\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function createGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeGroup(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function p2pCancelConnect(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function startDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function stopDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function deletePersistentGroup(netId: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pGroups(): Promise\>;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pGroups(callback: AsyncCallback\>): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function setDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiConnectionChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiConnectionChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiScanStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiScanStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiRssiChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiRssiChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "streamChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "streamChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "deviceConfigChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "deviceConfigChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "hotspotStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "hotspotStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "hotspotStaJoin", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "hotspotStaJoin", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "hotspotStaLeave", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "hotspotStaLeave", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pConnectionChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pConnectionChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pPersistentGroupChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pPersistentGroupChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pDiscoveryChange", callback: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pDiscoveryChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_NONE|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PEAP|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TLS|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TTLS|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PWD|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_SIM|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA_PRIME|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_UNAUTH_TLS|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_NONE|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_PAP|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAP|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAPV2|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_GTC|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_SIM|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA_PRIME|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: eapMethod: EapMethod;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: phase2Method: Phase2Method;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: identity: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: anonymousIdentity: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: password: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: caCertAliases: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: caPath: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: clientCertAliases: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: certEntry: Uint8Array;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: certPassword: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: altSubjectMatch: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: domainSuffixMatch: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: realm: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: plmn: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: eapSubId: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: bssid?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: preSharedKey: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: isHiddenSsid?: boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: creatorUid?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: disableReason?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: netId?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: randomMacType?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: randomMacAddr?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: ipType?: IpType;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: staticIp?: IpConfig;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: eapConfig?: WifiEapConfig;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: gateway: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: prefixLength: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: dnsServers: number[];|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: domains: Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiInfoElem|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiInfoElem
Method or attribute name: eid: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiInfoElem
Method or attribute name: content: Uint8Array;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_20MHZ = 0|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_40MHZ = 1|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_80MHZ = 2|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_160MHZ = 3|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_80MHZ_PLUS = 4|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_INVALID|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: bssid: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: capabilities: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: rssi: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: band: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: channelWidth: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: centerFrequency0: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: centerFrequency1: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: infoElems: Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: timestamp: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_INVALID = 0|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OPEN = 1|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WEP = 2|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_PSK = 3|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_SAE = 4|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP = 5|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OWE = 7|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: bssid: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: networkId: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: rssi: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: band: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: linkSpeed: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: isHidden: boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: isRestricted: boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: chload: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: snr: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: macType: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: macAddress: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: suppState: SuppState;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: connState: ConnState;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: gateway: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: netmask: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: primaryDns: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: secondDns: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: serverIp: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: leaseDuration: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: band: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: preSharedKey: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: maxConn: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo
Method or attribute name: name: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo
Method or attribute name: macAddress: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo
Method or attribute name: ipAddress: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpType|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpType
Method or attribute name: STATIC|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpType
Method or attribute name: DHCP|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: IpType
Method or attribute name: UNKNOWN|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: DISCONNECTED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: INTERFACE_DISABLED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: INACTIVE|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: SCANNING|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: AUTHENTICATING|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: ASSOCIATING|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: ASSOCIATED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: FOUR_WAY_HANDSHAKE|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: GROUP_HANDSHAKE|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: COMPLETED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: UNINITIALIZED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: INVALID|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: SCANNING|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: CONNECTING|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: AUTHENTICATING|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: OBTAINING_IPADDR|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: CONNECTED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: DISCONNECTING|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: DISCONNECTED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: UNKNOWN|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: deviceName: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: deviceAddress: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: primaryDeviceType: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: deviceStatus: P2pDeviceStatus;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: groupCapabilities: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: deviceAddress: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: netId: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: passphrase: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: groupName: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: goBand: GroupOwnerBand;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: isP2pGo: boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: ownerInfo: WifiP2pDevice;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: passphrase: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: interface: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: groupName: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: networkId: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: clientDevices: WifiP2pDevice[];|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: goIpAddress: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pConnectState|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pConnectState
Method or attribute name: DISCONNECTED = 0|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pConnectState
Method or attribute name: CONNECTED = 1|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo
Method or attribute name: connectState: P2pConnectState;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo
Method or attribute name: isGroupOwner: boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo
Method or attribute name: groupOwnerAddr: string;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: CONNECTED = 0|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: INVITED = 1|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: FAILED = 2|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: AVAILABLE = 3|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: UNAVAILABLE = 4|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand
Method or attribute name: GO_BAND_AUTO = 0|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand
Method or attribute name: GO_BAND_2GHZ = 1|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand
Method or attribute name: GO_BAND_5GHZ = 2|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function enableHotspot(): void;|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function disableHotspot(): void;|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getSupportedPowerMode(): Promise\>;|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback\>): void;|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getPowerMode (): Promise\;|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getPowerMode (callback: AsyncCallback\): void;|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function setPowerMode(mode: PowerMode) : void|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode
Method or attribute name: SLEEPING = 0|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode
Method or attribute name: GENERAL = 1|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode
Method or attribute name: THROUGH_WALL = 2|@ohos.wifiManagerExt.d.ts|
|Added|NA|Module name: nfctech
Class name: IsoDepTag|nfctech.d.ts|
|Added|NA|Class name: IsoDepTag
Method or attribute name: |nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: getHistoricalBytes(): number[];|nfctech.d.ts|
|Added|NA|Class name: IsoDepTag
Method or attribute name: getHistoricalBytes(): number[];|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: getHiLayerResponse(): number[];|nfctech.d.ts|
|Added|NA|Class name: IsoDepTag
Method or attribute name: getHiLayerResponse(): number[];|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(): Promise\;|nfctech.d.ts|
|Added|NA|Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(): Promise\;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\): void;|nfctech.d.ts|
|Added|NA|Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\): void;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefMessage|nfctech.d.ts|
|Added|NA|Class name: NdefMessage
Method or attribute name: |nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefMessage
Method or attribute name: getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts|
|Added|NA|Class name: NdefMessage
Method or attribute name: getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: |nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: getNdefTagType(): tag.NfcForumType;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: getNdefTagType(): tag.NfcForumType;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: getNdefMessage(): NdefMessage;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: getNdefMessage(): NdefMessage;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: isNdefWritable(): boolean;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: isNdefWritable(): boolean;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: readNdef(): Promise\;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: readNdef(): Promise\;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: readNdef(callback: AsyncCallback\): void;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: readNdef(callback: AsyncCallback\): void;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage): Promise\;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage): Promise\;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: canSetReadOnly(): boolean;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: canSetReadOnly(): boolean;|nfctech.d.ts|
|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: setReadOnly(): Promise\;|nfctech.d.ts|
|Added|NA|Class name: NdefTag
Method or attribute name: setReadOnly(): Promise\;|nfctech.d.ts|
|Added|NA|Module name: nfctech