---
title: "readAttributeLockType(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdoorlock/readattributelocktype(completion:)"
---

# readAttributeLockType(completion:)

## Declaration

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

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