ChargingPointState

enum ChargingPointState : Enum<ChargingPointState> , Parcelable

Represents the current state of a ChargingPoint.

Entries

Link copied to clipboard

The Charging point/Connector is able to start a new charging session.

Link copied to clipboard

The Charging point/Connector is not accessible because of a physical barrier, i.e. another car is occupying the space.

Link copied to clipboard

The Charging point/Connector is in use by this vehicle.

Link copied to clipboard

The Charging point/Connector is currently out of order.

Link copied to clipboard

This driver has planned to use this Charging point/Connector.

Link copied to clipboard

The Charging point/Connector is discontinued / has been removed.

Link copied to clipboard

The Charging point/Connector has already been reserved for another vehicle and is not available for use or reservation by this driver.

Link copied to clipboard

No status information available.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)