EVConnector

data class EVConnector : Parcelable

Types

ConnectorType
Link copied to clipboard
enum ConnectorType : Enum<EVConnector.ConnectorType>
PowerType
Link copied to clipboard
enum PowerType : Enum<EVConnector.PowerType>

Functions

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

Properties

connectorType
Link copied to clipboard
val connectorType: EVConnector.ConnectorType
id
Link copied to clipboard
val id: String
maxPower
Link copied to clipboard
val maxPower: Int
powerType
Link copied to clipboard
val powerType: EVConnector.PowerType