PowerType

enum PowerType : Enum<EVConnector.PowerType> , Parcelable

Entries

DC
Link copied to clipboard
DC(2)
AC
Link copied to clipboard
AC(1)

Functions

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

Properties

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