Search Results for

    Show / Hide Table of Contents

    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 Source

    EngineWorkTime

    Gets or sets the EngineWorkTime

    Declaration
    public float EngineWorkTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Fuellevel

    Gets or sets the Fuellevel

    Declaration
    public float Fuellevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    NextServiceStop

    Gets or sets the NextServiceStop

    Declaration
    public float NextServiceStop { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Odometer

    Gets or sets the Odometer

    Declaration
    public float Odometer { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Speed

    Gets or sets the Speed

    Declaration
    public float Speed { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    TimeStamp

    Gets or sets the TimeStamp

    Declaration
    public DateTime TimeStamp { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    TotalFuel

    Gets or sets the TotalFuel

    Declaration
    public float TotalFuel { get; set; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx