Table of Contents

Class Sid

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

false A J1708-specific Subsystem Identifier.

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

Constructors

Sid()

Initializes a new instance of the Sid class.Initializes a new instance of the Sid class.

public Sid()

Sid(Id?, long?, string?, int?, EngineType?, Controller?, FaultResetMode?)

Initializes a new instance of the Sid class.Initializes a new instance of the Sid class.

public Sid(Id? id, long? version, string? name, int? code, EngineType? engineType, Controller? controller, FaultResetMode? faultResetMode)

Parameters

id Id

The Id.

version long?

The version.

name string

The name.

code int?

The code.

engineType EngineType

The EngineType.

controller Controller

The Controller.

faultResetMode FaultResetMode?

The FaultResetMode.

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

Initializes a new instance of the Sid class.Initializes a new instance of the Sid class.

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

Parameters

id Id

The Id.

version long?

The version.

name string

The name.

code int?

The code.

engineType EngineType

Type of the engine.

controller Controller

The controller.

faultResetMode FaultResetMode?

The fault reset mode.

source Source

The source.

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.