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 = 2Active fault code.
Cleared = 255Cleared fault code.
Inactive = 3Inactive (or historically active) fault code.
None = 0None, FaultState Not Indicated ().
Pending = 1Pending fault code.