-
Notifications
You must be signed in to change notification settings - Fork 34
NDEFStatus
treastrain edited this page May 16, 2021
·
1 revision
Constants that indicate status for an NDEF tag.
public enum NDEFStatus: UInt
UInt
Tag is not NDEF formatted; NDEF read and write are disallowed.
case notSupported = 1
Tag is NDEF read and writable.
case readWrite = 2
Tag is NDEF read-only; NDEF writing is disallowed.
case readOnly = 3
Generated at 2021-10-28T15:36:42+0000 using swift-doc 1.0.0-rc.1.