---
title: "readAttributeApplicationType(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbinaryinputbasic/readattributeapplicationtype(completion:)"
---

# readAttributeApplicationType(completion:)

## Declaration

```swift
func readAttributeApplicationType(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeApplicationType() async throws -> NSNumber
```
