Interface IDigitalAuxiliaries
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface for devices with digital auxiliaries
public interface IDigitalAuxiliaries
Properties
AuxWarningSpeed
Gets or sets an array that represents the AuxWarningSpeeds for the vehicle.
double[]? AuxWarningSpeed { get; set; }
Property Value
EnableAuxWarning
Gets or sets an array that represents the EnableAuxWarnings for the vehicle.
bool[]? EnableAuxWarning { get; set; }
Property Value
EnableControlExternalRelay
Gets or sets the EnableControlExternalRelay value for the vehicle.
bool? EnableControlExternalRelay { get; set; }
Property Value
ExternalDeviceShutDownDelay
Gets or sets the External Device ShutDown Delay value for the vehicle.
int? ExternalDeviceShutDownDelay { get; set; }
Property Value
- int?
Nullable<T> where T is. int
ImmobilizeArming
Gets or sets with ImmobilizeUnit being true, it is used to define the delay before the driver identification reminder is sent out if the driver key has not been not swiped. The maximum value of this property is 255. When it is less or equal to 180, it indicates the number of seconds of the delay. When it is greater than 180, the delay increases 30 seconds for every increment of one of this property. For example, 180 indicates 180 seconds, 181 indicates 210 seconds, and 182 indicates 240 seconds.
int? ImmobilizeArming { get; set; }
Property Value
- int?
Nullable<T> where T is. int
ImmobilizeUnit
Gets or sets a value mainly used for enable or disable driver identification reminder. If it is used in conjunction with vehicle relay circuits, it can force the driver to swipe the driver key before starting the vehicle.
bool? ImmobilizeUnit { get; set; }
Property Value
IsAuxIgnTrigger
Gets or sets an array that represents the IsAuxIgnTriggers for the vehicle.
bool[]? IsAuxIgnTrigger { get; set; }
Property Value
- bool[]
Nullable<T> where T is. bool
IsAuxInverted
Gets or sets an array of values indicating if a corresponding Aux signal should be inverted on importing the device data.
bool[]? IsAuxInverted { get; set; }