-
Notifications
You must be signed in to change notification settings - Fork 34
NFCTag
treastrain edited this page May 15, 2021
·
2 revisions
An object that represents an NFC tag object.
public enum NFCTag
os(iOS) && !targetEnvironment(macCatalyst)
-
@available(iOS 13.0, *) public init(from coreNFCInstance: CoreNFC.NFCTag)
FeliCa tag.
case feliCa(FeliCaTag)
ISO14443-4 type A / B tag with ISO7816 communication.
case iso7816
ISO15693 tag.
case iso15693
MiFare technology tag (MIFARE Plus, UltraLight, DESFire) base on ISO14443.
case miFare
Check whether a detected tag is available. Returns true
if tag is available in the current reader session. A tag remove from the RF field will become unavailable. Tag in disconnected state will return false
.
public var isAvailable: Bool
Generated at 2021-10-28T15:36:42+0000 using swift-doc 1.0.0-rc.1.