IndicatorState
Enum: IndicatorState : Int
Indicator states for VehicleStats.indicators
Properties
description: String
public var description: String { get }
Indicator description: Off, Left, Right, Both
Cases
off = 0
case off = 0
The current state of vehicle's Indicator is off
left
case left
The current state of vehicle's Indicator is left
right
case right
The current state of vehicle's Indicator is right
both
case both
The current state of vehicle's Indicator is both
See Also
- VehicleStats - Contains indicators property
- BleTerminal - For getting vehicle stats
- BleTerminalDelegate - For receiving stats in callback