Enum DriverChangeType
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Supported Driver Change Types.
public enum DriverChangeType
- Extension Methods
Fields
Driver = 258
User-based Driver. Makes a Device continuously associated with particular Driver until a different driver id is assigned to the same device. First record in a trip overrides any other record encountered during the trip it was added to, except "TripDriver".
DriverKey = 1
Driver Key - based Driver. Drivers use this key type to identify themselves. This will typically be used when the driver ID relay is enabled. Makes a Device continuously associated with a particular Driver until a different driver ID is assigned to the same device.
DriverVehicleChange = 256
DriverVehicleChange log - based Driver. Auto-generated by the system to support the driver ID relay feature.
None = 0
Unknown key type.
ResetDriver = 259
System-detected Driver reset (to UnknownDriver). Makes a Device permanently disassociate from the previous Driver due to concurrent permanent registration of the same Driver for a different device.
TripDriver = 257
User-based Driver that is only active for the duration of a single trip.