EVAccessType

public enum EVAccessType : UInt32, CaseIterable, Codable

Represents the accessibility level of an EVChargingPool.

  • Fully accessible to the general public.

    Declaration

    Swift

    case publicAccess
  • Accessible only to a limited group, such as customers, taxis, or vehicles from specific brands.

    Declaration

    Swift

    case restrictedAccess
  • Only accessible to a specific individual or group, such as at a private home.

    Declaration

    Swift

    case privateAccess