---
title: "readAttributeSpecificationVersion(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbasicinformation/readattributespecificationversion(completion:)"
---

# readAttributeSpecificationVersion(completion:)

## Declaration

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

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