SYBatteryChargingData Class Reference

Represents battery charging speed at the given battery charging state. More...

#import <SYEVProfile.h>

Inheritance diagram for SYBatteryChargingData:
Collaboration diagram for SYBatteryChargingData:

Instance Methods

(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__
 

Class Methods

((unavailable("Use init with parameters.") + __attribute__
 

Properties

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...
 

Detailed Description

Represents battery charging speed at the given battery charging state.

Method Documentation

◆ 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__

Property Documentation

◆ state

- (double) state
readwritenonatomicassign

Battery charging state in kWh, for which the charging power is valid.

◆ power

- (double) power
readwritenonatomicassign

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: