| Change Type | Old Version | New Version | d.ts File |
|---|---|---|---|
| syscap change | Class name: global; API declaration: declare namespace rpc Differences: NA | Class name: global; API declaration: declare namespace rpc Differences: SystemCapability.Communication.IPC.Core | api/@ohos.rpc.d.ts |
| New API | NA | Class name: rpc; API declaration: enum TypeCode Differences: enum TypeCode | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: INT8_ARRAY = 0 Differences: INT8_ARRAY = 0 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: UINT8_ARRAY = 1 Differences: UINT8_ARRAY = 1 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: INT16_ARRAY = 2 Differences: INT16_ARRAY = 2 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: UINT16_ARRAY = 3 Differences: UINT16_ARRAY = 3 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: INT32_ARRAY = 4 Differences: INT32_ARRAY = 4 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: UINT32_ARRAY = 5 Differences: UINT32_ARRAY = 5 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: FLOAT32_ARRAY = 6 Differences: FLOAT32_ARRAY = 6 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: FLOAT64_ARRAY = 7 Differences: FLOAT64_ARRAY = 7 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: BIGINT64_ARRAY = 8 Differences: BIGINT64_ARRAY = 8 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: TypeCode; API declaration: BIGUINT64_ARRAY = 9 Differences: BIGUINT64_ARRAY = 9 | api/@ohos.rpc.d.ts |
| New API | NA | Class name: MessageSequence; API declaration: writeArrayBuffer(buf: ArrayBuffer, typeCode: TypeCode): void; Differences: writeArrayBuffer(buf: ArrayBuffer, typeCode: TypeCode): void; | api/@ohos.rpc.d.ts |
| New API | NA | Class name: MessageSequence; API declaration: readArrayBuffer(typeCode: TypeCode): ArrayBuffer; Differences: readArrayBuffer(typeCode: TypeCode): ArrayBuffer; | api/@ohos.rpc.d.ts |
| Initial version change | Class name: global; API declaration: declare namespace rpc Differences: NA | Class name: global; API declaration: declare namespace rpc Differences: 7 | api/@ohos.rpc.d.ts |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apidiff-ArkGraphics2D
openharmony 鸿蒙 js-apidiff-ArkGraphics3D
openharmony 鸿蒙 js-apidiff-MediaKit
openharmony 鸿蒙 js-apidiff-InputKit
openharmony 鸿蒙 js-apidiff-BasicServicesKit
openharmony 鸿蒙 js-apidiff-ConnectivityKit
openharmony 鸿蒙 js-apidiff-ArkWeb