Enum EdiVehicleEngineState
Defines the state of the Vehicle Engine and Ignition
Namespace: Conizi.Model.Shared.Definitions
Assembly: Conizi.Model.dll
Syntax
public enum EdiVehicleEngineState : int
Fields
| Name | Description |
|---|---|
| Ignition | Vehicle Ignition is on, but Engine is off |
| Off | Vehicle Ignition and Engine is off |
| On | Vehicle Engine is on |