Represents battery charging speed at the given battery charging state.
More...
#import <SYEVProfile.h>
|
| (nonnull instancetype) | - initWithState:power: |
| | Init the object representing charging power (kW) when the battery has specified charging state (kWh). More...
|
| |
| ((unavailable("Use init with parameters.") | - __attribute__ |
| |
|
| double | state |
| | Battery charging state in kWh, for which the charging power is valid. More...
|
| |
| double | power |
| | Charging power in kW, how quickly the battery is charging at the specified state. More...
|
| |
Represents battery charging speed at the given battery charging state.
◆ initWithState:power:
| - (nonnull instancetype) initWithState: |
|
(double) |
state |
| power: |
|
(double) |
power |
|
|
| |
Init the object representing charging power (kW) when the battery has specified charging state (kWh).
◆ __attribute__ [1/2]
| - ((unavailable("Use init with parameters.") __attribute__ |
|
|
|
◆ __attribute__ [2/2]
| + ((unavailable("Use init with parameters.") __attribute__ |
|
|
|
◆ state
Battery charging state in kWh, for which the charging power is valid.
◆ power
Charging power in kW, how quickly the battery is charging at the specified state.
The documentation for this class was generated from the following file: