---
title: MTRDeviceState
framework: matter
role: symbol
role_heading: Enumeration
path: matter/mtrdevicestate
---

# MTRDeviceState

## Declaration

```swift
enum MTRDeviceState
```

## Topics

### Enumeration Cases

- [MTRDeviceState.reachable](matter/mtrdevicestate/reachable.md)
- [MTRDeviceState.unknown](matter/mtrdevicestate/unknown.md)
- [MTRDeviceState.unreachable](matter/mtrdevicestate/unreachable.md)

### Initializers

- [init(rawValue:)](matter/mtrdevicestate/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
