VehicleProperty

abstract class VehicleProperty<T>(val value: T?) : Parcelable

Class to be extended by all vehicle properties.

Parameters

T

The type of the property's value.

value

Current value of the property. Can be null if it is temporarily unavailable or invalid.

Constructors

Link copied to clipboard
fun <T> VehicleProperty(value: T?)

Properties

Link copied to clipboard
open val value: T?

Inherited functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard