Enum FaultState
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents a fault code state code from the engine system of the specific Device. This properties using this enum will be deprecated in the near future and replaced by a property of the FaultStatus type.
public enum FaultState
- Extension Methods
Fields
Active = 2
Active fault code.
Cleared = 255
Cleared fault code.
Inactive = 3
Inactive (or historically active) fault code.
None = 0
None, FaultState Not Indicated ().
Pending = 1
Pending fault code.