C# Class MD.CloudConnect.Easyconnect

Afficher le fichier Open project: mobile-devices/cloudconnect_dotnet_client

Méthodes publiques

Свойство Type Description
MDI_DRIVING_JOURNEY FieldDetail
MDI_IDLE_JOURNEY FieldDetail
MDI_JOURNEY_STATE FieldDetail
MDI_JOURNEY_TIME FieldDetail
MDI_MAX_SPEED_JOURNEY FieldDetail
MDI_ODO_JOURNEY FieldDetail
MDI_OVERSPEED FieldDetail
MDI_OVERSPEED_COUNTER FieldDetail
MDI_TOW_AWAY FieldDetail

Méthodes publiques

Méthode Description
GetAllFieldsDetail ( ) : MD.CloudConnect.FieldDetail[]
GetDrivingJourney ( ITracking trackingData ) : int?

Journey driving time in milliseconds

GetIdleJourney ( ITracking trackingData ) : int?

Time since the beginning of the Journey while vehicle is stopped in milliseconds (No movement detected by accelerometers during acceleroMvtDetector.no_movement_threshold)

GetJourneyState ( ITracking trackingData ) : bool?

Journey state - on C4Evo, when Ignition is ON – On C4Dongle, when RPM is not available (No RPM or C4Dongle offline) true if Journey on, false if not

GetJourneyTime ( ITracking trackingData ) : int?

Time since the beginning of the Journey in milliseconds

GetMaxSpeedJourney ( ITracking trackingData ) : int?

Max speed detected since the beginning of the Journey in milliknots

GetOdoJourney ( ITracking trackingData ) : int?

Journey odometer in kilometers

GetOverspeed ( ITracking trackingData ) : bool?

Overspeed state – When GPS speed is higher than overspeed.speedThreshold (in kilometers) during overspeed.timeThreshold (in milliseconds). true if overspeed, false if not

GetOverspeedCounter ( ITracking trackingData ) : int?

Number of overspeeds since the beginning of the Journey

GetTowAway ( ITracking trackingData ) : bool?

Number of overspeeds since the beginning of the Journey

Method Details

GetAllFieldsDetail() public static méthode

public static GetAllFieldsDetail ( ) : MD.CloudConnect.FieldDetail[]
Résultat MD.CloudConnect.FieldDetail[]

GetDrivingJourney() public static méthode

Journey driving time in milliseconds
public static GetDrivingJourney ( ITracking trackingData ) : int?
trackingData ITracking
Résultat int?

GetIdleJourney() public static méthode

Time since the beginning of the Journey while vehicle is stopped in milliseconds (No movement detected by accelerometers during acceleroMvtDetector.no_movement_threshold)
public static GetIdleJourney ( ITracking trackingData ) : int?
trackingData ITracking
Résultat int?

GetJourneyState() public static méthode

Journey state - on C4Evo, when Ignition is ON – On C4Dongle, when RPM is not available (No RPM or C4Dongle offline) true if Journey on, false if not
public static GetJourneyState ( ITracking trackingData ) : bool?
trackingData ITracking
Résultat bool?

GetJourneyTime() public static méthode

Time since the beginning of the Journey in milliseconds
public static GetJourneyTime ( ITracking trackingData ) : int?
trackingData ITracking
Résultat int?

GetMaxSpeedJourney() public static méthode

Max speed detected since the beginning of the Journey in milliknots
public static GetMaxSpeedJourney ( ITracking trackingData ) : int?
trackingData ITracking
Résultat int?

GetOdoJourney() public static méthode

Journey odometer in kilometers
public static GetOdoJourney ( ITracking trackingData ) : int?
trackingData ITracking
Résultat int?

GetOverspeed() public static méthode

Overspeed state – When GPS speed is higher than overspeed.speedThreshold (in kilometers) during overspeed.timeThreshold (in milliseconds). true if overspeed, false if not
public static GetOverspeed ( ITracking trackingData ) : bool?
trackingData ITracking
Résultat bool?

GetOverspeedCounter() public static méthode

Number of overspeeds since the beginning of the Journey
public static GetOverspeedCounter ( ITracking trackingData ) : int?
trackingData ITracking
Résultat int?

GetTowAway() public static méthode

Number of overspeeds since the beginning of the Journey
public static GetTowAway ( ITracking trackingData ) : bool?
trackingData ITracking
Résultat bool?

Property Details

MDI_DRIVING_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_DRIVING_JOURNEY
Résultat FieldDetail

MDI_IDLE_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_IDLE_JOURNEY
Résultat FieldDetail

MDI_JOURNEY_STATE public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_JOURNEY_STATE
Résultat FieldDetail

MDI_JOURNEY_TIME public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_JOURNEY_TIME
Résultat FieldDetail

MDI_MAX_SPEED_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_MAX_SPEED_JOURNEY
Résultat FieldDetail

MDI_ODO_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_ODO_JOURNEY
Résultat FieldDetail

MDI_OVERSPEED public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_OVERSPEED
Résultat FieldDetail

MDI_OVERSPEED_COUNTER public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_OVERSPEED_COUNTER
Résultat FieldDetail

MDI_TOW_AWAY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_TOW_AWAY
Résultat FieldDetail