---
title: MTRDeviceType
framework: matter
role: symbol
role_heading: Class
path: matter/mtrdevicetype
---

# MTRDeviceType

Meta-data about a device type defined in the Matter specification.

## Declaration

```swift
class MTRDeviceType
```

## Topics

### Initializers

- [init(forID:)](matter/mtrdevicetype/init(forid:).md)

### Instance Properties

- [id](matter/mtrdevicetype/id.md)
- [isUtility](matter/mtrdevicetype/isutility.md)
- [name](matter/mtrdevicetype/name.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
