harmony 鸿蒙Changelog of NFC JS APIs in the Communication Subsystem
Changelog of NFC JS APIs in the Communication Subsystem
cl.nfc.1 API Change
Deprecated some NFC JS APIs in API versions 6 to 8 because the APIs cannot throw error codes, and added new APIs in API version 9 instead.
You need to adapt your application based on the following information.
Change Impact
The deprecated JS APIs in API versions 6 to 8 are affected. Your application needs to adapt new APIs so that it can properly implement functions in the SDK environment of the new version.
Key API/Component Changes
Module | Class | Method/Attribute/Enumeration/Constant | Change Type |
---|---|---|---|
api/@ohos.nfc.cardEmulation.d.ts | cardEmulation | FeatureType | Deprecated |
api/@ohos.nfc.cardEmulation.d.ts | cardEmulation | isSupported | Deprecated |
api/@ohos.nfc.cardEmulation.d.ts | cardEmulation | hasHceCapability | Added |
api/@ohos.nfc.controller.d.ts | nfcController | isNfcAvailable | Deprecated |
api/@ohos.nfc.controller.d.ts | nfcController | openNfc | Deprecated |
api/@ohos.nfc.controller.d.ts | nfcController | closeNfc | Deprecated |
api/@ohos.nfc.controller.d.ts | nfcController | enableNfc | Added |
api/@ohos.nfc.controller.d.ts | nfcController | disableNfc | Added |
api/@ohos.nfc.tag.d.ts | tag | getNfcATag | Deprecated |
api/@ohos.nfc.tag.d.ts | tag | getNfcBTag | Deprecated |
api/@ohos.nfc.tag.d.ts | tag | getNfcFTag | Deprecated |
api/@ohos.nfc.tag.d.ts | tag | getNfcVTag | Deprecated |
api/@ohos.nfc.tag.d.ts | tag | getNfcA | Added |
api/@ohos.nfc.tag.d.ts | tag | getNfcB | Added |
api/@ohos.nfc.tag.d.ts | tag | getNfcF | Added |
api/@ohos.nfc.tag.d.ts | tag | getNfcV | Added |
api/tag/tagSession.d.ts | TagSession | getTagInfo | Deprecated |
api/tag/tagSession.d.ts | TagSession | connectTag | Deprecated |
api/tag/tagSession.d.ts | TagSession | reset | Deprecated |
api/tag/tagSession.d.ts | TagSession | isTagConnected | Deprecated |
api/tag/tagSession.d.ts | TagSession | setSendDataTimeout | Deprecated |
api/tag/tagSession.d.ts | TagSession | getSendDataTimeout | Deprecated |
api/tag/tagSession.d.ts | TagSession | sendData | Deprecated |
api/tag/tagSession.d.ts | TagSession | getMaxSendLength | Deprecated |
api/tag/tagSession.d.ts | TagSession | connect | Added |
api/tag/tagSession.d.ts | TagSession | resetConnection | Added |
api/tag/tagSession.d.ts | TagSession | isConnected | Added |
api/tag/tagSession.d.ts | TagSession | setTimeout | Added |
api/tag/tagSession.d.ts | TagSession | getTimeout | Added |
api/tag/tagSession.d.ts | TagSession | transmit | Added |
api/tag/tagSession.d.ts | TagSession | getMaxTransmitSize | Added |
Adaptation Guide
See the following: @ohos.nfc.cardEmulation (Standard NFC Card Emulation)
@ohos.nfc.controller (Standard NFC)
@ohos.nfc.tag (Standard NFC Tags)
tagSession (Standard NFC Tag Session) “`
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Example Subsystem Changelog
harmony 鸿蒙Ability Framework Changelog
harmony 鸿蒙Account Subsystem Changelog
harmony 鸿蒙ArkUI Subsystem ChangeLog
harmony 鸿蒙Multimedia Subsystem Changelog
harmony 鸿蒙Common Library Subsystem Changelog
harmony 鸿蒙Distributed Data Management Subsystem JS API Changelog
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦