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.

Parameters

id

Identifier for the connector on the EVSE.

type

Type of connector used for charging.

Constructors

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

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val type: VehicleEvChargingConnector

Inherited functions

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