Enum VehicleCommand
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An enum with a list of commands that can be sent to a vehicle via a VehicleCommandContent.
public enum VehicleCommand
- Extension Methods
Fields
BlacklistUser = 20Stop the alarm once started.
CheckIn = 10Check in to the vehicle.
CheckOut = 11Check out of the vehicle.
CloseTrunk = 4Close the trunk.
Connect = 12Connect.
CreateReservation = 15Stop the alarm once started.
DeleteReservation = 18Stop the alarm once started.
Disconnect = 13Stop the alarm once started.
Immobilize = 6Immobilize the vehicle.
Locate = 5Not sure.
LockAll = 0Lock everything.
Mobilize = 7Remove vehicle immobilization.
ModifyReservation = 17Stop the alarm once started.
Observe = 14Stop the alarm once started.
OpenTrunk = 3Open the trunk.
PanicAlarmOff = 9Stop the alarm once started.
PanicAlarmOn = 8Set off the alarm.
ReadReservation = 16Stop the alarm once started.
RemoteStart = 21Stop the alarm once started.
ServiceModeRequest = 19Stop the alarm once started.
UnlockAll = 2Unlock everything.
UnlockDriver = 1Unlock the driver door.