Range

data class Range : CmPropertyInfo

Represents metadata for a property with a numerical range value.

Properties

Link copied to clipboard
open override val accessType: CmAccessType.Range

The CmAccessType.Range, defining whether the property is read-only, write-only or read-write. Comes with associated relevant read and/or write data.

Link copied to clipboard
open override val identifier: String

A unique string identifying the property.

Link copied to clipboard

A string identifier for the unit of measure used by the property's value. For example: "kilometer_per_hour", "celsius".

Link copied to clipboard
open override val variant: String?

An optional string providing additional differentiation between properties. In case of multiple vehicle types, variant is used to distinguish between same properties of multiple vehicles that are handled differently. The value is usually agreed between implementer and Comodule.