Table of Contents

Class GmcccFaultDiagnostic

Namespace
Geotab.Checkmate.ObjectModel.Engine
Assembly
Geotab.Checkmate.ObjectModel.dll

A diagnostic for a Gmccc Device fault.

public class GmcccFaultDiagnostic : Diagnostic, IEntity, IComparable, IIdentifiable, IVersion
Inheritance
GmcccFaultDiagnostic
Implements
Inherited Members

Constructors

GmcccFaultDiagnostic()

Initializes a new instance of the GmcccFaultDiagnostic class.

public GmcccFaultDiagnostic()

GmcccFaultDiagnostic(Id?, long?, string?, int?, EngineType?, Source?, Controller?, FaultResetMode?, UnitOfMeasure?)

Initializes a new instance of the GmcccFaultDiagnostic class.

public GmcccFaultDiagnostic(Id? id, long? version, string? name, int? code, EngineType? engineType, Source? source, Controller? controller, FaultResetMode? faultResetMode, UnitOfMeasure? unitOfMeasure)

Parameters

id Id

The Id.

version long?

The version.

name string

The name.

code int?

The code.

engineType EngineType

The EngineType.

source Source

The Source.

controller Controller

The controller.

faultResetMode FaultResetMode?

The fault reset mode.

unitOfMeasure UnitOfMeasure

The UnitOfMeasure.

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override IEntity Clone()

Returns

IEntity

A new object that is a copy of this instance.