public interface NFCTag extends NSSecureCoding, NSCopying
A NFC / RFID tag object conforms to this protocol. The NFCReaderSession returns an instance of this type when a tag is detected.
| Modifier and Type | Method and Description |
|---|---|
NFCFeliCaTag |
asNFCFeliCaTag()
[@property] asNFCFeliCaTag
|
NFCISO15693Tag |
asNFCISO15693Tag()
asNFCISO15693Tag
|
NFCISO7816Tag |
asNFCISO7816Tag()
asNFCISO7816Tag
|
NFCMiFareTag |
asNFCMiFareTag()
[@property] asNFCMiFareTag
|
boolean |
isAvailable()
[@property] available:
|
NFCReaderSession |
session()
[@property] session
|
long |
type()
[@property] type
|
_supportsSecureCodingencodeWithCoder, initWithCodercopyWithZoneNFCFeliCaTag asNFCFeliCaTag()
Returns nil if tag does not conform to NFCFeliCaTag.
NFCISO15693Tag asNFCISO15693Tag()
NFCISO7816Tag asNFCISO7816Tag()
NFCMiFareTag asNFCMiFareTag()
Returns nil if tag does not conform to NFCMiFareTag.
boolean isAvailable()
Check whether a detected tag is available.
NFCReaderSession session()
Session that provides this tag.
long type()
See @link CNFCTagType @link/