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

# select(requestFlags:completionHandler:)

Sends the Select command (0x25 command code), as defined in the ISO 15693-3 specification, to the tag.

## Declaration

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

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