EvChargingResult

@IviExperimental(reasons = [])
sealed class EvChargingResult : Parcelable

Generic EV charging command result type

Inheritors

Types

Link copied to clipboard
@IviExperimental(reasons = [])
data class Failure(val reason: FailureReason) : EvChargingResult

Indicates that the command execution failed. The reason for the failure is provided in reason.

Link copied to clipboard

Indicates that the command execution was successful.

Inherited functions

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