---
title: "readAttributeStartUpMode(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustermodeselect/readattributestartupmode(completion:)"
---

# readAttributeStartUpMode(completion:)

## Declaration

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

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