---
title: NFCNDEFStatus
framework: corenfc
role: symbol
role_heading: Enumeration
path: corenfc/nfcndefstatus
---

# NFCNDEFStatus

Constants that indicate status for an NDEF tag.

## Declaration

```swift
enum NFCNDEFStatus
```

## Topics

### Statuses

- [NFCNDEFStatus.notSupported](corenfc/nfcndefstatus/notsupported.md)
- [NFCNDEFStatus.readOnly](corenfc/nfcndefstatus/readonly.md)
- [NFCNDEFStatus.readWrite](corenfc/nfcndefstatus/readwrite.md)

### Initializers

- [init(rawValue:)](corenfc/nfcndefstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Tag Status

- [isAvailable](corenfc/nfcndeftag/isavailable.md)
- [queryNDEFStatus(completionHandler:)](corenfc/nfcndeftag/queryndefstatus(completionhandler:).md)
