C# Class MD.CloudConnect.Extension.CarDiagnostic

Exibir arquivo Open project: mobile-devices/cloudconnect_dotnet_client

Public Properties

Property Type Description
MDI_OBD_FUEL FieldDetail
MDI_OBD_MILEAGE FieldDetail
MDI_OBD_RPM FieldDetail
MDI_OBD_SPEED FieldDetail
MDI_OBD_VIN FieldDetail

Public Methods

Method Description
GetAllFieldsDetail ( ) : string[]

List of available Field for this module

GetObdFuel ( ITracking trackingData ) : int?

Gives total fuel consumption directly computed from the OBD stack (fuel consumption is estimated) (Liter)

GetObdMileage ( ITracking trackingData ) : int?

Returns the total mileage driven since the device was plugged in. Computed from the OBD stack (Km)

GetObdRpm ( ITracking trackingData ) : int?

Gives engine round per minute directly retrieved from the OBD stack (rpm)

GetObdSpeed ( ITracking trackingData ) : int?

Gives speed directly computed from the OBD stack (km/h)

GetObdVin ( ITracking trackingData ) : string

Returns the vehicle number identification retrieved from the OBD stack

Method Details

GetAllFieldsDetail() public static method

List of available Field for this module
public static GetAllFieldsDetail ( ) : string[]
return string[]

GetObdFuel() public static method

Gives total fuel consumption directly computed from the OBD stack (fuel consumption is estimated) (Liter)
public static GetObdFuel ( ITracking trackingData ) : int?
trackingData ITracking
return int?

GetObdMileage() public static method

Returns the total mileage driven since the device was plugged in. Computed from the OBD stack (Km)
public static GetObdMileage ( ITracking trackingData ) : int?
trackingData ITracking
return int?

GetObdRpm() public static method

Gives engine round per minute directly retrieved from the OBD stack (rpm)
public static GetObdRpm ( ITracking trackingData ) : int?
trackingData ITracking
return int?

GetObdSpeed() public static method

Gives speed directly computed from the OBD stack (km/h)
public static GetObdSpeed ( ITracking trackingData ) : int?
trackingData ITracking
return int?

GetObdVin() public static method

Returns the vehicle number identification retrieved from the OBD stack
public static GetObdVin ( ITracking trackingData ) : string
trackingData ITracking
return string

Property Details

MDI_OBD_FUEL public_oe static_oe property

public static FieldDetail MDI_OBD_FUEL
return FieldDetail

MDI_OBD_MILEAGE public_oe static_oe property

public static FieldDetail MDI_OBD_MILEAGE
return FieldDetail

MDI_OBD_RPM public_oe static_oe property

public static FieldDetail MDI_OBD_RPM
return FieldDetail

MDI_OBD_SPEED public_oe static_oe property

public static FieldDetail MDI_OBD_SPEED
return FieldDetail

MDI_OBD_VIN public_oe static_oe property

public static FieldDetail MDI_OBD_VIN
return FieldDetail