---
title: "getSystemInfo(requestFlags:resultHandler:)"
framework: corenfc
role: symbol
role_heading: Instance Method
path: "corenfc/nfciso15693tag/getsysteminfo(requestflags:resulthandler:)"
---

# getSystemInfo(requestFlags:resultHandler:)

## Declaration

```swift
@preconcurrency func getSystemInfo(requestFlags flags: NFCISO15693RequestFlag, resultHandler: @escaping @Sendable (Result<NFCISO15693SystemInfo, any Error>) -> Void)
```

```swift
func getSystemInfo(requestFlags flags: NFCISO15693RequestFlag, resultHandler: @escaping (Result<NFCISO15693SystemInfo, any Error>) -> Void)
```
