Class TelematicFmsData
NOT IN USE Class to represent a FMS Data FMS -> Fleet Management System
Inheritance
System.Object
TelematicFmsData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class TelematicFmsData
Properties
| Improve this Doc View SourceEngineWorkTime
Gets or sets the EngineWorkTime
Declaration
public float EngineWorkTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Fuellevel
Gets or sets the Fuellevel
Declaration
public float Fuellevel { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
NextServiceStop
Gets or sets the NextServiceStop
Declaration
public float NextServiceStop { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Odometer
Gets or sets the Odometer
Declaration
public float Odometer { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Speed
Gets or sets the Speed
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TimeStamp
Gets or sets the TimeStamp
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TotalFuel
Gets or sets the TotalFuel
Declaration
public float TotalFuel { get; set; }
Property Value
Type | Description |
---|---|
System.Single |