Enum DtcSeverity
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents a severity/class code from the engine system of the specific Device.
public enum DtcSeverity
- Extension Methods
Fields
CheckAtNextHalt = 1
This value indicates to the failure that a check of the vehicle is required at next halt.
CheckImmediately = 2
This value indicates to the failure that an immediate check of the vehicle is required.
MaintenanceOnly = 0
This value indicates that the failure requests maintenance only.
NoRepairNeeded = 3
This value indicates that no repair is needed.