public enum ChargingSupplyType : UInt32, CaseIterable, Codable

Available charging supply types.

  • Single phase Alternating Current supply.

    Declaration

    Swift

    case acSingle
  • Three phase Alternating Current supply.

    Declaration

    Swift

    case acThree
  • Direct Current supply.

    Declaration

    Swift

    case dc