---
title: MTRPowerSourceBatChargeState
framework: matter
role: symbol
role_heading: Enumeration
path: matter/mtrpowersourcebatchargestate
---

# MTRPowerSourceBatChargeState

## Declaration

```swift
enum MTRPowerSourceBatChargeState
```

## Topics

### Enumeration Cases

- [MTRPowerSourceBatChargeState.isAtFullCharge](matter/mtrpowersourcebatchargestate/isatfullcharge.md)
- [MTRPowerSourceBatChargeState.isCharging](matter/mtrpowersourcebatchargestate/ischarging.md)
- [MTRPowerSourceBatChargeState.isNotCharging](matter/mtrpowersourcebatchargestate/isnotcharging.md)
- [MTRPowerSourceBatChargeState.unknown](matter/mtrpowersourcebatchargestate/unknown.md)

### Initializers

- [init(rawValue:)](matter/mtrpowersourcebatchargestate/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)
