|
|
|
@ -8,7 +8,7 @@ public class StatusMsg : BaseMsg
|
|
|
|
|
/// 车辆档位 最小值:-1,最大值 14 ,0x0F表示无效,-1 代表倒档 R;0 代表空挡 N;大于 0 代表前进档 D;
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(32, 4, offset: 1)]
|
|
|
|
|
public byte Gear { get; set; }
|
|
|
|
|
public short Gear { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 刹车状态 "0:未拉手刹1:已拉手刹 其它值无效"
|
|
|
|
|