Search Results for

    Show / Hide Table of Contents

    Class SemanticId

    Helper class to keep constants for semantic ids.

    Inheritance
    System.Object
    SemanticId
    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.FleetBoard
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    public static class SemanticId

    Fields

    | Improve this Doc View Source

    ACTIVITY

    Magic semantic constant for activities.

    Declaration
    public const int ACTIVITY = 234
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ACTIVITY_BEGIN_TIMESTAMP

    Semantic constant for fields containing the activties begin timestamp.

    Declaration
    public const int ACTIVITY_BEGIN_TIMESTAMP = 192
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ACTIVITY_END_TIMESTAMP

    Semantic constant for fields containing the activties end timestamp.

    Declaration
    public const int ACTIVITY_END_TIMESTAMP = 193
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DRIVER_NAME_ID_1

    Semantic constant for fields containing the name of driver 1.

    Declaration
    public const int DRIVER_NAME_ID_1 = 158
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DRIVER_NAME_ID_2

    Semantic constant for fields containing the name of driver 2.

    Declaration
    public const int DRIVER_NAME_ID_2 = 159
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EVENT

    Magic semantic constant for events.

    Declaration
    public const int EVENT = 235
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EVENT_TIMESTAMP

    Semantic constant for fields containing the event timestamp.

    Declaration
    public const int EVENT_TIMESTAMP = 194
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FUEL_LEVEL

    Semantic constant for fields containing the fuel level.

    Declaration
    public const int FUEL_LEVEL = 154
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    KM_READING

    Semantic constant for fields containing the KM reading.

    Declaration
    public const int KM_READING = 150
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LATITUDE

    Semantic constant for fields containing the latitude.

    Declaration
    public const int LATITUDE = 161
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LONGITUDE

    Semantic constant for fields containing the longitude.

    Declaration
    public const int LONGITUDE = 160
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MESSAGE

    Magic semantic constant for messages.

    Declaration
    public const int MESSAGE = 236
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TOTAL_FUEL_USED

    Semantic constant for fields containing the total fuel used.

    Declaration
    public const int TOTAL_FUEL_USED = 153
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TRANSPORT_OBJECT

    Magic semantic constant for transport objects.

    Declaration
    public const int TRANSPORT_OBJECT = 233
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx