---
title: MTRClusterMessages
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclustermessages
---

# MTRClusterMessages

Cluster Messages This cluster provides an interface for passing messages to be presented by a device.

## Declaration

```swift
class MTRClusterMessages
```

## Topics

### Initializers

- [init(device:endpointID:queue:)](matter/mtrclustermessages/init(device:endpointid:queue:).md)

### Instance Methods

- [cancelRequest(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclustermessages/cancelrequest(with:expectedvalues:expectedvalueinterval:completion:).md)
- [presentRequest(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclustermessages/presentrequest(with:expectedvalues:expectedvalueinterval:completion:).md)
- [readAttributeAcceptedCommandList(with:)](matter/mtrclustermessages/readattributeacceptedcommandlist(with:).md)
- [readAttributeActiveMessageIDs(with:)](matter/mtrclustermessages/readattributeactivemessageids(with:).md)
- [readAttributeAttributeList(with:)](matter/mtrclustermessages/readattributeattributelist(with:).md)
- [readAttributeClusterRevision(with:)](matter/mtrclustermessages/readattributeclusterrevision(with:).md)
- [readAttributeFeatureMap(with:)](matter/mtrclustermessages/readattributefeaturemap(with:).md)
- [readAttributeGeneratedCommandList(with:)](matter/mtrclustermessages/readattributegeneratedcommandlist(with:).md)
- [readAttributeMessages(with:)](matter/mtrclustermessages/readattributemessages(with:).md)

## Relationships

### Inherits From

- [MTRGenericCluster](matter/mtrgenericcluster.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
