Class SemanticId
Helper class to keep constants for semantic ids.
Inheritance
Inherited Members
Namespace: Simplic.Telematic.FleetBoard
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
public static class SemanticId
Fields
| Improve this Doc View SourceACTIVITY
Magic semantic constant for activities.
Declaration
public const int ACTIVITY = 234
Field Value
Type | Description |
---|---|
System.Int32 |
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 |
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 |
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 |
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 |
EVENT
Magic semantic constant for events.
Declaration
public const int EVENT = 235
Field Value
Type | Description |
---|---|
System.Int32 |
EVENT_TIMESTAMP
Semantic constant for fields containing the event timestamp.
Declaration
public const int EVENT_TIMESTAMP = 194
Field Value
Type | Description |
---|---|
System.Int32 |
FUEL_LEVEL
Semantic constant for fields containing the fuel level.
Declaration
public const int FUEL_LEVEL = 154
Field Value
Type | Description |
---|---|
System.Int32 |
KM_READING
Semantic constant for fields containing the KM reading.
Declaration
public const int KM_READING = 150
Field Value
Type | Description |
---|---|
System.Int32 |
LATITUDE
Semantic constant for fields containing the latitude.
Declaration
public const int LATITUDE = 161
Field Value
Type | Description |
---|---|
System.Int32 |
LONGITUDE
Semantic constant for fields containing the longitude.
Declaration
public const int LONGITUDE = 160
Field Value
Type | Description |
---|---|
System.Int32 |
MESSAGE
Magic semantic constant for messages.
Declaration
public const int MESSAGE = 236
Field Value
Type | Description |
---|---|
System.Int32 |
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 |
TRANSPORT_OBJECT
Magic semantic constant for transport objects.
Declaration
public const int TRANSPORT_OBJECT = 233
Field Value
Type | Description |
---|---|
System.Int32 |