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

# readAttributeLockType(completionHandler:)

## Declaration

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

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