NDEFStatus - treastrain/TRETJapanNFCReader GitHub Wiki
NDEFStatus
Constants that indicate status for an NDEF tag.
public enum NDEFStatus: UInt
Inheritance
UInt
Enumeration Cases
notSupported
Tag is not NDEF formatted; NDEF read and write are disallowed.
case notSupported = 1
readWrite
Tag is NDEF read and writable.
case readWrite = 2
readOnly
Tag is NDEF read-only; NDEF writing is disallowed.
case readOnly = 3