Connector

data class Connector(val id: String, val type: VehicleEvChargingConnector) : Parcelable

Connector is a specific socket or cable available for the EV to make use of.

Constructors

Link copied to clipboard
fun Connector(id: String, type: VehicleEvChargingConnector)

Properties

Link copied to clipboard
val id: String

Identifier for the connector on the EVSE.

Link copied to clipboard
val type: VehicleEvChargingConnector

Type of connector used for charging.

Inherited functions

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