_battery_info.md 2.8 KB
Newer Older
D
hdi api  
duangavin123 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
# BatteryInfo


## **概述**

**所属模块:**

[Battery](battery.md)


## **汇总**


### Public 属性

  | Public 属性 | 描述 | 
| -------- | -------- |
| [capacity](#capacity) | 表示电池的电量百分比。 | 
| [voltage](#voltage) | 表示电池的电压。 | 
| [temperature](#temperature) | 表示电池的温度 | 
| [healthState](#healthstate) | 表示电池的健康状态。 | 
| [pluggedType](#pluggedtype) | 表示电池的充电设备类型。 | 
| [pluggedMaxCurrent](#pluggedmaxcurrent) | 表示电池的最大充电电流。 | 
| [pluggedMaxVoltage](#pluggedmaxvoltage) | 表示电池的最大充电电压。 | 
| [chargeState](#chargestate) | 表示电池的充电状态。 | 
| [chargeCounter](#chargecounter) | 表示电池的充电次数。 | 
| [totalEnergy](#totalenergy) | 表示电池的总容量。 | 
| [curAverage](#curaverage) | 表示电池的平均电流。 | 
| [curNow](#curnow) | 表示电池的实时电流。 | 
| [remainEnergy](#remainenergy) | 表示电池的剩余容量。 | 
| [present](#present) | 表示是否支持电池或者电池是否在位。 | 
| [technology](#technology) | 表示电池的技术型号。 | 


## **详细描述**

电池相关信息。

**Since:**

3.1


## **类成员变量说明**


### capacity

  
```
int BatteryInfo::capacity
```

**描述:**

表示电池的电量百分比。


### chargeCounter

  
```
int BatteryInfo::chargeCounter
```

**描述:**

表示电池的充电次数。


### chargeState

  
```
int BatteryInfo::chargeState
```

**描述:**

表示电池的充电状态。


### curAverage

  
```
int BatteryInfo::curAverage
```

**描述:**

表示电池的平均电流。


### curNow

  
```
int BatteryInfo::curNow
```

**描述:**

表示电池的实时电流。


### healthState

  
```
int BatteryInfo::healthState
```

**描述:**

表示电池的健康状态。


### pluggedMaxCurrent

  
```
int BatteryInfo::pluggedMaxCurrent
```

**描述:**

表示电池的最大充电电流。


### pluggedMaxVoltage

  
```
int BatteryInfo::pluggedMaxVoltage
```

**描述:**

表示电池的最大充电电压。


### pluggedType

  
```
int BatteryInfo::pluggedType
```

**描述:**

表示电池的充电设备类型。


### present

  
```
byte BatteryInfo::present
```

**描述:**

表示是否支持电池或者电池是否在位。


### remainEnergy

  
```
int BatteryInfo::remainEnergy
```

**描述:**

表示电池的剩余容量。


### technology

  
```
String BatteryInfo::technology
```

**描述:**

表示电池的技术型号。


### temperature

  
```
int BatteryInfo::temperature
```

**描述:**

表示电池的温度


### totalEnergy

  
```
int BatteryInfo::totalEnergy
```

**描述:**

表示电池的总容量。


### voltage

  
```
int BatteryInfo::voltage
```

**描述:**

表示电池的电压。