TTChargingCurveSupportPoint

Objective-C

@interface TTChargingCurveSupportPoint : NSObject

Swift

class TTChargingCurveSupportPoint : NSObject

Represents information about a supporting point of a charging curve.

  • A battery charge level in kWh. A float in the range (0, maxChargeInkWh].

    Declaration

    Objective-C

    @property (nonatomic, readonly) double chargeInKWh;

    Swift

    var chargeInKWh: Double { get }
  • A time span in seconds.

    Declaration

    Objective-C

    @property (nonatomic, readonly) int timeToCharge;

    Swift

    var timeToCharge: Int32 { get }