TTChargingConnection

Objective-C

@interface TTChargingConnection : NSObject

Swift

class TTChargingConnection : NSObject

Represents information about the charging connection.

  • The facility type which is compatible with the vehicle.

    Declaration

    Objective-C

    @property (nonatomic, readonly) TTFacilityType facilityType;

    Swift

    var facilityType: TTFacilityType { get }
  • The plug type which is compatible with the vehicle.

    Declaration

    Objective-C

    @property (nonatomic, readonly) TTPlugType plugType;

    Swift

    var plugType: TTPlugType { get }