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 = 20
Stop the alarm once started.
CheckIn = 10
Check in to the vehicle.
CheckOut = 11
Check out of the vehicle.
CloseTrunk = 4
Close the trunk.
Connect = 12
Connect.
CreateReservation = 15
Stop the alarm once started.
DeleteReservation = 18
Stop the alarm once started.
Disconnect = 13
Stop the alarm once started.
Immobilize = 6
Immobilize the vehicle.
Locate = 5
Not sure.
LockAll = 0
Lock everything.
Mobilize = 7
Remove vehicle immobilization.
ModifyReservation = 17
Stop the alarm once started.
Observe = 14
Stop the alarm once started.
OpenTrunk = 3
Open the trunk.
PanicAlarmOff = 9
Stop the alarm once started.
PanicAlarmOn = 8
Set off the alarm.
ReadReservation = 16
Stop the alarm once started.
RemoteStart = 21
Stop the alarm once started.
ServiceModeRequest = 19
Stop the alarm once started.
UnlockAll = 2
Unlock everything.
UnlockDriver = 1
Unlock the driver door.