C# 클래스 MD.CloudConnect.Extension.CarDiagnostic

파일 보기 프로젝트 열기: mobile-devices/cloudconnect_dotnet_client

공개 프로퍼티들

프로퍼티 타입 설명
MDI_OBD_FUEL FieldDetail
MDI_OBD_MILEAGE FieldDetail
MDI_OBD_RPM FieldDetail
MDI_OBD_SPEED FieldDetail
MDI_OBD_VIN FieldDetail

공개 메소드들

메소드 설명
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

메소드 상세

GetAllFieldsDetail() 공개 정적인 메소드

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

GetObdFuel() 공개 정적인 메소드

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

GetObdMileage() 공개 정적인 메소드

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
리턴 int?

GetObdRpm() 공개 정적인 메소드

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

GetObdSpeed() 공개 정적인 메소드

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

GetObdVin() 공개 정적인 메소드

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

프로퍼티 상세

MDI_OBD_FUEL 공개적으로 정적으로 프로퍼티

public static FieldDetail MDI_OBD_FUEL
리턴 FieldDetail

MDI_OBD_MILEAGE 공개적으로 정적으로 프로퍼티

public static FieldDetail MDI_OBD_MILEAGE
리턴 FieldDetail

MDI_OBD_RPM 공개적으로 정적으로 프로퍼티

public static FieldDetail MDI_OBD_RPM
리턴 FieldDetail

MDI_OBD_SPEED 공개적으로 정적으로 프로퍼티

public static FieldDetail MDI_OBD_SPEED
리턴 FieldDetail

MDI_OBD_VIN 공개적으로 정적으로 프로퍼티

public static FieldDetail MDI_OBD_VIN
리턴 FieldDetail