VehicleProperty

public enum VehicleProperty

Vehicle property attributes. Each VehicleProperty represents one property of the Vehicle model, and shares its PropertyID.

Used for updating vehicle state via updateVehicleProperties(_:).

  • id

    Unique identifier of the property.

    Declaration

    Swift

    public var id: PropertyID { get }