---
title: "sendMiFareISO7816Command(_:resultHandler:)"
framework: corenfc
role: symbol
role_heading: Instance Method
path: "corenfc/nfcmifaretag/sendmifareiso7816command(_:resulthandler:)"
---

# sendMiFareISO7816Command(_:resultHandler:)

## Declaration

```swift
@preconcurrency func sendMiFareISO7816Command(_ apdu: NFCISO7816APDU, resultHandler: @escaping @Sendable (Result<NFCISO7816ResponseAPDU, any Error>) -> Void)
```

```swift
func sendMiFareISO7816Command(_ apdu: NFCISO7816APDU, resultHandler: @escaping (Result<NFCISO7816ResponseAPDU, any Error>) -> Void)
```
