---
title: "resetToReady(requestFlags:completionHandler:)"
framework: corenfc
role: symbol
role_heading: Instance Method
path: "corenfc/nfciso15693tag/resettoready(requestflags:completionhandler:)"
---

# resetToReady(requestFlags:completionHandler:)

Sends the Reset To Ready command (0x26 command code), as defined in the ISO 15693-3 specification, to the tag.

## Declaration

```swift
func resetToReady(requestFlags flags: NFCISO15693RequestFlag, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func resetToReady(requestFlags flags: NFCISO15693RequestFlag) async throws
```
