IviInstanceIdentifier

data class IviInstanceIdentifier(val id: String) : Serializable

Identifies an IVI instance.

A vehicle may have multiple infotainment screens, each of which is backed by an IVI instance.

Constructors

Link copied to clipboard
fun IviInstanceIdentifier(id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The unique ID of the IVI instance. Must start with an upper case character. This is enforced for consistency.