Table of Contents

Interface IDeviceStatusInfoDiagnostic

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

An interface that represents the latest data of a specific diagnostic saved in the specific DeviceStatusInfo.

public interface IDeviceStatusInfoDiagnostic

Properties

Data

Gets the recorded value of the diagnostic parameter.

double? Data { get; }

Property Value

double?

double.

DateTime

Gets the date and time of the logged event.

DateTime? DateTime { get; }

Property Value

DateTime?

DateTime.