Table of Contents

Enum TripType

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

An enum indicating the type of a trip.

public enum TripType
Extension Methods

Fields

NoGpsDevice = 2

The device is a special NoGPS device. This device will report speed but not position.

NoGpsOrSpeedDevice = 3

While a device has this TripType it will not send any positional or speed data.

Private = 1

The device is in private mode and will have it's GPS data hidden.

Unknown = 0

The device does not have a specific TripType assigned.