---
title: MTRClusterChannel
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclusterchannel
---

# MTRClusterChannel

## Declaration

```swift
class MTRClusterChannel
```

## Topics

### Initializers

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

### Instance Methods

- [change(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterchannel/change(with:expectedvalues:expectedvalueinterval:completion:).md)
- [change(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusterchannel/change(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [changeByNumber(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterchannel/changebynumber(with:expectedvalues:expectedvalueinterval:completion:).md)
- [changeByNumber(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusterchannel/changebynumber(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [readAttributeAcceptedCommandList(with:)](matter/mtrclusterchannel/readattributeacceptedcommandlist(with:).md)
- [readAttributeAttributeList(with:)](matter/mtrclusterchannel/readattributeattributelist(with:).md)
- [readAttributeChannelList(with:)](matter/mtrclusterchannel/readattributechannellist(with:).md)
- [readAttributeClusterRevision(with:)](matter/mtrclusterchannel/readattributeclusterrevision(with:).md)
- [readAttributeCurrentChannel(with:)](matter/mtrclusterchannel/readattributecurrentchannel(with:).md)
- [readAttributeFeatureMap(with:)](matter/mtrclusterchannel/readattributefeaturemap(with:).md)
- [readAttributeGeneratedCommandList(with:)](matter/mtrclusterchannel/readattributegeneratedcommandlist(with:).md)
- [readAttributeLineup(with:)](matter/mtrclusterchannel/readattributelineup(with:).md)
- [skip(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterchannel/skip(with:expectedvalues:expectedvalueinterval:completion:).md)
- [skip(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusterchannel/skip(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [cancelRecordProgram(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterchannel/cancelrecordprogram(with:expectedvalues:expectedvalueinterval:completion:).md)
- [getProgramGuide(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterchannel/getprogramguide(with:expectedvalues:expectedvalueinterval:completion:).md)
- [getProgramGuide(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusterchannel/getprogramguide(withexpectedvalues:expectedvalueinterval:completion:).md)
- [recordProgram(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterchannel/recordprogram(with:expectedvalues:expectedvalueinterval:completion:).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)
