|
|
@ -211,38 +211,38 @@ public class StationParamConst
|
|
|
|
#region Tbox
|
|
|
|
#region Tbox
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox是否需要连接
|
|
|
|
//Tbox是否需要连接
|
|
|
|
public static readonly string TboxStateConnect = "Tbox.State.Connect";
|
|
|
|
public static readonly string TboxStateConnect = "Tbox.StateConnect";
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox是否需要检测熄火
|
|
|
|
//Tbox是否需要检测熄火
|
|
|
|
public static readonly string TboxStateFlameout = "Tbox.State.Flameout";
|
|
|
|
public static readonly string TboxStateFlameout = "Tbox.StateFlameout";
|
|
|
|
//Tbox是否需要检测N挡
|
|
|
|
//Tbox是否需要检测N挡
|
|
|
|
public static readonly string TboxStateN = "Tbox.State.TboxStateN";
|
|
|
|
public static readonly string TboxStateN = "Tbox.StateTboxStateN";
|
|
|
|
//Tbox是否需要检测手刹
|
|
|
|
//Tbox是否需要检测手刹
|
|
|
|
public static readonly string TboxStateBreak = "Tbox.State.Handbrake";
|
|
|
|
public static readonly string TboxStateBreak = "Tbox.StateHandbrake";
|
|
|
|
//Tbox是否需要断连
|
|
|
|
//Tbox是否需要断连
|
|
|
|
public static readonly string TboxStateDisConnect = "Tbox.State.DisConnect";
|
|
|
|
public static readonly string TboxStateDisConnect = "Tbox.StateDisConnect";
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox是否需要连接
|
|
|
|
//Tbox是否需要连接
|
|
|
|
public static readonly string TboxUrlConnect = "Tbox.Url.Connect";
|
|
|
|
public static readonly string TboxUrlConnect = "Tbox.UrlConnect";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox 断连url
|
|
|
|
//Tbox 断连url
|
|
|
|
public static readonly string TboxUrlDisConnect = "Tbox.Url.DisConnect";
|
|
|
|
public static readonly string TboxUrlDisConnect = "Tbox.UrlDisConnect";
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox解锁url
|
|
|
|
//Tbox解锁url
|
|
|
|
public static readonly string TboxUrlUnLock = "Tbox.Url.UnLock";
|
|
|
|
public static readonly string TboxUrlUnLock = "Tbox.UrlUnLock";
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox上锁url
|
|
|
|
//Tbox上锁url
|
|
|
|
public static readonly string TboxUrlLock = "Tbox.Url.Lock";
|
|
|
|
public static readonly string TboxUrlLock = "Tbox.UrlLock";
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox获取车辆信息url
|
|
|
|
//Tbox获取车辆信息url
|
|
|
|
public static readonly string TboxUrlCarInfo = "Tbox.Url.CarInfo";
|
|
|
|
public static readonly string TboxUrlCarInfo = "Tbox.UrlCarInfo";
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox 清除url
|
|
|
|
//Tbox 清除url
|
|
|
|
public static readonly string TboxUrlClear = "Tbox.Url.Clear";
|
|
|
|
public static readonly string TboxUrlClear = "Tbox.UrlClear";
|
|
|
|
|
|
|
|
|
|
|
|
//Tbox 获取所有车辆url
|
|
|
|
//Tbox 获取所有车辆url
|
|
|
|
public static readonly string TboxUrlCarInfoList = "Tbox.Url.CarInfoList";
|
|
|
|
public static readonly string TboxUrlCarInfoList = "Tbox.UrlCarInfoList";
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|