TNEntityOcpiConnectorType

@objc
public enum TNEntityOcpiConnectorType : Int, Codable, RawRepresentable

Undocumented

  • The connector type is CHAdeMO, DC

    Declaration

    Swift

    case chademo
  • Standard/Domestic household, type “A”, NEMA 1-15, 2 pins

    Declaration

    Swift

    case domesticA
  • Standard/Domestic household, type “B”, NEMA 5-15, 3 pins

    Declaration

    Swift

    case domesticB
  • Standard/Domestic household, type “C”, CEE 7/17, 2 pins

    Declaration

    Swift

    case domesticC
  • Standard/Domestic household, type “D”, 3 pin

    Declaration

    Swift

    case domesticD
  • Standard/Domestic household, type “E”, CEE 7/5 3 pins

    Declaration

    Swift

    case domesticE
  • Standard/Domestic household, type “F”, CEE 7/4, Schuko, 3 pins

    Declaration

    Swift

    case domesticF
  • Standard/Domestic household, type “G”, BS 1363, Commonwealth, 3 pins

    Declaration

    Swift

    case domesticG
  • Standard/Domestic household, type “H”, SI-32, 3 pins

    Declaration

    Swift

    case domesticH
  • Standard/Domestic household, type “I”, AS 3112, 3 pins

    Declaration

    Swift

    case domesticI
  • Standard/Domestic household, type “J”, SEV 1011, 3 pins

    Declaration

    Swift

    case domesticJ
  • Standard/Domestic household, type “K”, DS 60884-2-D1, 3 pins

    Declaration

    Swift

    case domesticK
  • Standard/Domestic household, type “L”, CEI 23-16-VII, 3 pins

    Declaration

    Swift

    case domesticL
  • IEC 60309-2 Industrial Connector single phase 16 amperes (usually blue)

    Declaration

    Swift

    case iec603092Single16
  • IEC 60309-2 Industrial Connector three phase 16 amperes (usually red)

    Declaration

    Swift

    case iec603092Three16
  • IEC 60309-2 Industrial Connector three phase 32 amperes (usually red)

    Declaration

    Swift

    case iec603092Three32
  • IEC 60309-2 Industrial Connector three phase 64 amperes (usually red)

    Declaration

    Swift

    case iec603092Three64
  • IEC 62196 Type 1 “SAE J1772”

    Declaration

    Swift

    case iec62196T1
  • Combo Type 1 based, DC

    Declaration

    Swift

    case iec62196T1Combo
  • IEC 62196 Type 2 “Mennekes”

    Declaration

    Swift

    case iec62196T2
  • Combo Type 2 based, DC

    Declaration

    Swift

    case iec62196T2Combo
  • IEC 62196 Type 3A

    Declaration

    Swift

    case iec62196T3a
  • IEC 62196 Type 3C “Scame

    Declaration

    Swift

    case iec62196T3c
  • On-board Bottom-up-Pantograph typically for bus charging

    Declaration

    Swift

    case pantographBottomUp
  • Off-board Top-down-Pantograph typically for bus charging

    Declaration

    Swift

    case pantographTopDown
  • Tesla Connector “Roadster”-type (round, 4 pin)

    Declaration

    Swift

    case teslaR
  • Tesla Connector “Model-S”-type (oval, 5 pin)

    Declaration

    Swift

    case teslaS
  • Undocumented

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)