Skip to content

NDEFStatus

treastrain edited this page May 16, 2021 · 1 revision

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
Clone this wiki locally