C# Class MD.CloudConnect.Easyconnect

Mostrar archivo Open project: mobile-devices/cloudconnect_dotnet_client

Public Properties

Property 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

Public Methods

Method 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 method

public static GetAllFieldsDetail ( ) : MD.CloudConnect.FieldDetail[]
return MD.CloudConnect.FieldDetail[]

GetDrivingJourney() public static method

Journey driving time in milliseconds
public static GetDrivingJourney ( ITracking trackingData ) : int?
trackingData ITracking
return int?

GetIdleJourney() public static method

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
return int?

GetJourneyState() public static method

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
return bool?

GetJourneyTime() public static method

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

GetMaxSpeedJourney() public static method

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

GetOdoJourney() public static method

Journey odometer in kilometers
public static GetOdoJourney ( ITracking trackingData ) : int?
trackingData ITracking
return int?

GetOverspeed() public static method

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
return bool?

GetOverspeedCounter() public static method

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

GetTowAway() public static method

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

Property Details

MDI_DRIVING_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_DRIVING_JOURNEY
return FieldDetail

MDI_IDLE_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_IDLE_JOURNEY
return FieldDetail

MDI_JOURNEY_STATE public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_JOURNEY_STATE
return FieldDetail

MDI_JOURNEY_TIME public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_JOURNEY_TIME
return FieldDetail

MDI_MAX_SPEED_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_MAX_SPEED_JOURNEY
return FieldDetail

MDI_ODO_JOURNEY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_ODO_JOURNEY
return FieldDetail

MDI_OVERSPEED public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_OVERSPEED
return FieldDetail

MDI_OVERSPEED_COUNTER public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_OVERSPEED_COUNTER
return FieldDetail

MDI_TOW_AWAY public_oe static_oe property

public static FieldDetail,MD.CloudConnect MDI_TOW_AWAY
return FieldDetail